diff --git a/src/core/util/DatabaseProtobufAdapter.hpp b/src/core/util/DatabaseProtobufAdapter.hpp index 8f4b820f..5d7727b9 100644 --- a/src/core/util/DatabaseProtobufAdapter.hpp +++ b/src/core/util/DatabaseProtobufAdapter.hpp @@ -146,7 +146,6 @@ class DatabaseProtobufAdapter { }; struct TypeBridge_enum : TypeBridge { - int32_t size; TypeBridge_enum(const google::protobuf::FieldDescriptor *desc) : TypeBridge(desc) {}; virtual std::string sql_type(); virtual void bind(MYSQL_BIND *bind, const google::protobuf::Message *msg);