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;
};
bool caughterror = false;
std::string msg;
sol::state lua;
lua.new_usertype<woof>("woof",
"b", &woof::b);