Fix static analysis issues
[platform/core/base/bundle.git] / src / key-info-internal.cc
index e89ac79..e7c7f6f 100644 (file)
@@ -48,8 +48,6 @@ KeyInfo::KeyInfo(std::vector<unsigned char> encoded_bytes) {
     THROW(ret);
 }
 
-KeyInfo::~KeyInfo() = default;
-
 KeyInfo::KeyInfo(const KeyInfo& key_info) {
   type_ = key_info.type_;
   key_ = key_info.key_;