diff --git a/bindings/python/StatementBindings.cpp b/bindings/python/StatementBindings.cpp index 34937f3d8..1337b657d 100644 --- a/bindings/python/StatementBindings.cpp +++ b/bindings/python/StatementBindings.cpp @@ -54,7 +54,6 @@ void registerStatements(py::module_& m) { .def_readonly("expr", &ReturnStatement::expr); py::class_(m, "DisableStatement") - .def_readonly("isHierarchical", &DisableStatement::isHierarchical) .def_property_readonly("target", [](const DisableStatement& self) { return &self.target; }); py::class_(m, "VariableDeclStatement")