aboutsummaryrefslogtreecommitdiffstats
path: root/dummy
diff options
context:
space:
mode:
Diffstat (limited to 'dummy')
-rw-r--r--dummy/chip.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/dummy/chip.cc b/dummy/chip.cc
index 51246344..b3d5b790 100644
--- a/dummy/chip.cc
+++ b/dummy/chip.cc
@@ -27,7 +27,4 @@ const vector<BelId> &Chip::getBels() const
return ret;
}
-BelType Chip::getBelType(BelId bel) const
-{
- return BelType();
-}
+BelType Chip::getBelType(BelId bel) const { return BelType(); }