From 3f65ad43d8df47926f2c204ab8ee8aaf341763c7 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sun, 11 Mar 2018 20:12:23 -0400 Subject: [PATCH] Remove unused variant typedef --- single/sol/sol.hpp | 5 ++--- single/sol/sol_forward.hpp | 4 ++-- sol/stack_check_get.hpp | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index f68eadde..ec3da021 100644 --- a/single/sol/sol.hpp +++ b/single/sol/sol.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2018-03-11 01:45:34.909172 UTC -// This header was generated with sol v2.19.5 (revision a83091c) +// Generated 2018-03-12 00:06:06.950598 UTC +// This header was generated with sol v2.19.5 (revision 22ecb74) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -9692,7 +9692,6 @@ namespace stack { template static optional get_empty(std::false_type, lua_State* L, int index, Handler&& handler, record&) { - typedef std::variant_alternative_t<0, V> T; // This should never be reached... // please check your code and understand what you did to bring yourself here // maybe file a bug report, or 5 diff --git a/single/sol/sol_forward.hpp b/single/sol/sol_forward.hpp index 4ecdac15..48709d74 100644 --- a/single/sol/sol_forward.hpp +++ b/single/sol/sol_forward.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2018-03-11 01:45:35.146803 UTC -// This header was generated with sol v2.19.5 (revision a83091c) +// Generated 2018-03-12 00:06:07.281639 UTC +// This header was generated with sol v2.19.5 (revision 22ecb74) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP diff --git a/sol/stack_check_get.hpp b/sol/stack_check_get.hpp index cc0a0d83..188346b7 100644 --- a/sol/stack_check_get.hpp +++ b/sol/stack_check_get.hpp @@ -158,7 +158,6 @@ namespace stack { template static optional get_empty(std::false_type, lua_State* L, int index, Handler&& handler, record&) { - typedef std::variant_alternative_t<0, V> T; // This should never be reached... // please check your code and understand what you did to bring yourself here // maybe file a bug report, or 5