From 6b8ab8aa9cc04da5a657354e25137955e4d8f38d Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sun, 8 Jan 2023 10:10:49 -0700 Subject: [PATCH] comment Signed-off-by: James Cherry --- sdc/WriteSdc.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sdc/WriteSdc.cc b/sdc/WriteSdc.cc index 7d84ded5..0c2042fb 100644 --- a/sdc/WriteSdc.cc +++ b/sdc/WriteSdc.cc @@ -467,7 +467,6 @@ WriteSdc::writeGeneratedClock(Clock *clk) const void WriteSdc::writeClockPins(Clock *clk) const { - // Sort pins. PinSet &pins = clk->pins(); if (!pins.empty()) { if (pins.size() > 1)