diff options
Diffstat (limited to 'dummy/chip.h')
-rw-r--r-- | dummy/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dummy/chip.h b/dummy/chip.h index 5c13298b..255bfee4 100644 --- a/dummy/chip.h +++ b/dummy/chip.h @@ -66,7 +66,6 @@ struct Chip Chip(ChipArgs args); BelId getBelByName(IdString name) const; - IdString getBelName(BelId bel) const; void bindBel(BelId bel, IdString cell); void unbindBel(BelId bel); |