From 141cefbaf43425e9a14b4d073f307ec88fb40bab Mon Sep 17 00:00:00 2001 From: Horst Schirmeier Date: Sat, 7 Feb 2015 15:12:46 +0100 Subject: [PATCH] DatabaseProtobufAdapter: remove unused struct field Found by Coverity Scan, CID 25685. Change-Id: Id7c9d756a7f824af41d1315740f7415f021eaa91 --- src/core/util/DatabaseProtobufAdapter.hpp | 1 - 1 file changed, 1 deletion(-) 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);