aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2024-03-19 23:57:30 +0000
committerKrzysztof Kosiński <krzysio@google.com>2024-03-19 23:57:30 +0000
commitaba158a59da016349aef14094f079b360b7860ca (patch)
treefead3ab73e4353b6fa0e0881de8238d0c5ef3bff
parent19cd8dc9e1a8529804ecedd29714416db84cbe25 (diff)
downloadadb-aba158a59da016349aef14094f079b360b7860ca.tar.gz
Remove MessageDifferencer from patch_utils_test.cpp.
This was added in aosp/1125857, but it's not actually used. Bug: 329747255 Test: presubmit Change-Id: I2be7c49814d5902e8722f372683f65ab8b00f8b5
-rw-r--r--fastdeploy/deploypatchgenerator/patch_utils_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/fastdeploy/deploypatchgenerator/patch_utils_test.cpp b/fastdeploy/deploypatchgenerator/patch_utils_test.cpp
index 070c1316..f5af7199 100644
--- a/fastdeploy/deploypatchgenerator/patch_utils_test.cpp
+++ b/fastdeploy/deploypatchgenerator/patch_utils_test.cpp
@@ -23,13 +23,10 @@
#include <sstream>
#include <string>
-#include <google/protobuf/util/message_differencer.h>
-
#include "adb_io.h"
#include "sysdeps.h"
using namespace com::android::fastdeploy;
-using google::protobuf::util::MessageDifferencer;
static std::string GetTestFile(const std::string& name) {
return "fastdeploy/testdata/" + name;