From aba158a59da016349aef14094f079b360b7860ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 19 Mar 2024 23:57:30 +0000 Subject: 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 --- fastdeploy/deploypatchgenerator/patch_utils_test.cpp | 3 --- 1 file changed, 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 #include -#include - #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; -- cgit v1.2.3