Removed unused var
This commit is contained in:
parent
cabab23e2c
commit
42be69c3f7
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ template<> struct reflector<ENUM> { \
|
||||||
{ \
|
{ \
|
||||||
i = boost::lexical_cast<int64_t>(s); \
|
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) ); \
|
fc::throw_bad_enum_cast( s, BOOST_PP_STRINGIZE(ENUM) ); \
|
||||||
} \
|
} \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue