DatabaseProtobufAdapter: remove unused struct field

Found by Coverity Scan, CID 25685.

Change-Id: Id7c9d756a7f824af41d1315740f7415f021eaa91
This commit is contained in:
Horst Schirmeier
2015-02-07 15:12:46 +01:00
parent c499292e2f
commit 141cefbaf4

View File

@ -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);