Removed unused var

This commit is contained in:
Peter Conrad 2019-08-02 17:31:28 +02:00
parent cabab23e2c
commit 42be69c3f7

View file

@ -175,7 +175,7 @@ template<> struct reflector<ENUM> { \
{ \
i = boost::lexical_cast<int64_t>(s); \
} \
catch( const boost::bad_lexical_cast& e ) \
catch( const boost::bad_lexical_cast& ) \
{ \
fc::throw_bad_enum_cast( s, BOOST_PP_STRINGIZE(ENUM) ); \
} \