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 @@
#pragma once
#include "DisallowCopyAssign.hh"
#include "LibertyClass.hh"
#include "NetworkClass.hh"
@@ -65,8 +64,6 @@ protected:
LibertyPort *output_inv_;
private:
DISALLOW_COPY_AND_ASSIGN(Sequential);
friend class LibertyCell;
};