DatabaseProtobufAdapter: remove unused struct field
Found by Coverity Scan, CID 25685. Change-Id: Id7c9d756a7f824af41d1315740f7415f021eaa91
This commit is contained in:
@ -146,7 +146,6 @@ class DatabaseProtobufAdapter {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct TypeBridge_enum : TypeBridge {
|
struct TypeBridge_enum : TypeBridge {
|
||||||
int32_t size;
|
|
||||||
TypeBridge_enum(const google::protobuf::FieldDescriptor *desc) : TypeBridge(desc) {};
|
TypeBridge_enum(const google::protobuf::FieldDescriptor *desc) : TypeBridge(desc) {};
|
||||||
virtual std::string sql_type();
|
virtual std::string sql_type();
|
||||||
virtual void bind(MYSQL_BIND *bind, const google::protobuf::Message *msg);
|
virtual void bind(MYSQL_BIND *bind, const google::protobuf::Message *msg);
|
||||||
|
|||||||
Reference in New Issue
Block a user