Skip to content

Commit

Permalink
Fix bindings build
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Dec 24, 2024
1 parent dd2addd commit e550187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/StatementBindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ void registerStatements(py::module_& m) {
.def_readonly("expr", &ReturnStatement::expr);

py::class_<DisableStatement, Statement>(m, "DisableStatement")
.def_readonly("isHierarchical", &DisableStatement::isHierarchical)
.def_property_readonly("target", [](const DisableStatement& self) { return &self.target; });

py::class_<VariableDeclStatement, Statement>(m, "VariableDeclStatement")
Expand Down

0 comments on commit e550187

Please sign in to comment.