aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'generic/arch.cc')
-rw-r--r--generic/arch.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/generic/arch.cc b/generic/arch.cc
index 674f7af7..5617fa63 100644
--- a/generic/arch.cc
+++ b/generic/arch.cc
@@ -604,17 +604,6 @@ void Arch::assignArchInfo()
}
}
-void Arch::archInfoToAttributes()
-{
- commonInfoToAttributes();
-}
-
-void Arch::attributesToArchInfo()
-{
- attributesToCommonInfo();
- assignArchInfo();
-}
-
bool Arch::cellsCompatible(const CellInfo **cells, int count) const
{
const NetInfo *clk = nullptr;