Fix static analysis issues
[platform/core/base/bundle.git] / src / json-internal.cc
index f658fc7..882af4c 100644 (file)
@@ -26,8 +26,6 @@ Json::Json(std::string json) : json_(std::move(json)) {
 Json::Json(Bundle* b) : b_(b) {
 }
 
-Json::~Json() = default;
-
 Bundle* Json::ToBundle() {
   if (json_.empty())
     return nullptr;