diff --git a/native/projects/lcpu/src/LuaCpu.hpp b/native/projects/lcpu/src/LuaCpu.hpp index e39835a..334c209 100644 --- a/native/projects/lcpu/src/LuaCpu.hpp +++ b/native/projects/lcpu/src/LuaCpu.hpp @@ -22,9 +22,6 @@ struct LuaCpu : public lcpu::lua::LuaObject { LUA_MEMBER_FUNCTION(Reset); // reset the LCPU LUA_MEMBER_FUNCTION(AttachDevice); // attach a LuaDevice to this cpu - // class binding stuff - LUA_CLASS_BIND_VARIABLES(private); - // member variables riscv::System* system; bool poweredOn;