Skip to content

Commit c7fa428

Browse files
committed
reflect name traits
1 parent 84a0af2 commit c7fa428

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/jsoncons/reflect/reflect_traits_gen.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,6 @@ namespace reflect { \
938938
constexpr static size_t num_mandatory_params = NumMandatoryParams; \
939939
static bool is(const Json& ajson) noexcept \
940940
{ \
941-
static const char* class_name = # TypeName; \
942941
if (!ajson.is_object()) return false; \
943942
JSONCONS_VARIADIC_FOR_EACH(JSONCONS_MEMBER_NAME_IS,,,, __VA_ARGS__)\
944943
return true; \

0 commit comments

Comments
 (0)