flush DISALLOW_COPY_AND_ASSIGN

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry
2022-02-19 18:31:52 -07:00
parent 3481d3c48b
commit bbf5584e30
108 changed files with 19 additions and 851 deletions

View File

@@ -16,7 +16,6 @@
#include "Graph.hh"
#include "DisallowCopyAssign.hh"
#include "Debug.hh"
#include "Stats.hh"
#include "MinMax.hh"
@@ -112,9 +111,6 @@ protected:
int &bidirect_count_;
int &load_count_;
const Network *network_;
private:
DISALLOW_COPY_AND_ASSIGN(FindNetDrvrLoadCounts);
};
FindNetDrvrLoadCounts::FindNetDrvrLoadCounts(Pin *drvr_pin,
@@ -308,7 +304,6 @@ public:
MakeEdgesThruHierPin(Graph *graph);
private:
DISALLOW_COPY_AND_ASSIGN(MakeEdgesThruHierPin);
virtual void visit(Pin *drvr,
Pin *load);