extraneous variables

This commit is contained in:
ThePhD 2016-09-28 19:07:54 -04:00
parent cbe599a901
commit 86664b4c60

View File

@ -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);