From 86664b4c6064ebbc0cb3da0605836c0760530461 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Wed, 28 Sep 2016 19:07:54 -0400 Subject: [PATCH] extraneous variables --- test_usertypes.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_usertypes.cpp b/test_usertypes.cpp index e800e7f1..39ce8b27 100644 --- a/test_usertypes.cpp +++ b/test_usertypes.cpp @@ -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", "b", &woof::b);