mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
extraneous variables
This commit is contained in:
parent
cbe599a901
commit
86664b4c60
|
@ -741,8 +741,6 @@ TEST_CASE("usertype/reference-and-constness", "Make sure constness compiles prop
|
||||||
nested n;
|
nested n;
|
||||||
};
|
};
|
||||||
|
|
||||||
bool caughterror = false;
|
|
||||||
std::string msg;
|
|
||||||
sol::state lua;
|
sol::state lua;
|
||||||
lua.new_usertype<woof>("woof",
|
lua.new_usertype<woof>("woof",
|
||||||
"b", &woof::b);
|
"b", &woof::b);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user