aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mistral/arch.cc')
-rw-r--r--mistral/arch.cc12
1 files changed, 2 insertions, 10 deletions
diff --git a/mistral/arch.cc b/mistral/arch.cc
index f3e385d1..05d780f3 100644
--- a/mistral/arch.cc
+++ b/mistral/arch.cc
@@ -499,17 +499,9 @@ bool Arch::route()
return result;
}
-#ifdef WITH_HEAP
const std::string Arch::defaultPlacer = "heap";
-#else
-const std::string Arch::defaultPlacer = "sa";
-#endif
-
-const std::vector<std::string> Arch::availablePlacers = {"sa",
-#ifdef WITH_HEAP
- "heap"
-#endif
-};
+
+const std::vector<std::string> Arch::availablePlacers = {"sa", "heap"};
const std::string Arch::defaultRouter = "router2";
const std::vector<std::string> Arch::availableRouters = {"router1", "router2"};