aboutsummaryrefslogtreecommitdiffstats
path: root/common/pybindings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/pybindings.cc')
-rw-r--r--common/pybindings.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/pybindings.cc b/common/pybindings.cc
index e9ceca51..329bcf1e 100644
--- a/common/pybindings.cc
+++ b/common/pybindings.cc
@@ -123,7 +123,6 @@ BOOST_PYTHON_MODULE(MODULE_NAME)
.def(self == self);
arch_wrap_python();
- class_<Context, Context *, bases<Arch>, boost::noncopyable>("Context", no_init).def("checksum", &Context::checksum);
}
static wchar_t *program;