aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.cc')
-rw-r--r--nexus/arch.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/nexus/arch.cc b/nexus/arch.cc
index 663941ff..7efc5c61 100644
--- a/nexus/arch.cc
+++ b/nexus/arch.cc
@@ -410,12 +410,6 @@ bool Arch::route()
// -----------------------------------------------------------------------
-void Arch::assignArchInfo() {}
-
-void assignCellInfo(CellInfo *cell) {}
-
-// -----------------------------------------------------------------------
-
#ifdef WITH_HEAP
const std::string Arch::defaultPlacer = "heap";
#else