aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/pybindings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dummy/pybindings.cc')
-rw-r--r--dummy/pybindings.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/dummy/pybindings.cc b/dummy/pybindings.cc
index affa768a..a19479a0 100644
--- a/dummy/pybindings.cc
+++ b/dummy/pybindings.cc
@@ -24,5 +24,4 @@
void arch_wrap_python() {
class_<ChipArgs>("ChipArgs");
- WRAP_RANGE(Wire);
}