Skip to content

Commit 9c67093

Browse files
committed
Removed redundant comment.
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 3495696 commit 9c67093

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dbSta/src/dbNetwork.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,6 @@ const char* dbNetwork::pathName(const Net* net) const
16281628
db_mod->getName(),
16291629
block_->getHierarchyDelimiter());
16301630
}
1631-
// fmt::format_to(back_inserter, "{}", modnet_name);
16321631
full_path_buf.append(modnet_name);
16331632
full_path_buf.push_back('\0');
16341633
return tmpStringCopy(full_path_buf.data());

0 commit comments

Comments
 (0)