Skip to content

Commit

Permalink
mv HpinDrvrLoads typedef to .cc
Browse files Browse the repository at this point in the history
Signed-off-by: James Cherry <[email protected]>
  • Loading branch information
jjcherry56 committed Jan 8, 2023
1 parent 5bdf3fe commit 8b14098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/sta/HpinDrvrLoad.hh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ public:
const HpinDrvrLoad *drvr_load2) const;
};

typedef Set<HpinDrvrLoad*, HpinDrvrLoadLess> HpinDrvrLoads;

// Abstract base class for visitDrvrLoadsThruHierPin visitor.
class HpinDrvrLoadVisitor
{
Expand Down
2 changes: 2 additions & 0 deletions network/HpinDrvrLoad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

namespace sta {

typedef Set<HpinDrvrLoad*, HpinDrvrLoadLess> HpinDrvrLoads;

static void
visitPinsAboveNet2(const Pin *hpin,
Net *above_net,
Expand Down

0 comments on commit 8b14098

Please sign in to comment.