From 8a5bb15efaa55ff57a92e36d2b9e33d1f34c9608 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Mon, 3 Nov 2014 20:35:54 -0800 Subject: [PATCH] Fix automerge issue Duplicate method declaration. Change-Id: I9355bd7c716e668ad7892fd12e93352455d149b5 --- tools/aapt/CacheUpdater.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/aapt/CacheUpdater.h b/tools/aapt/CacheUpdater.h index 7ddc826e12248..fade53ac2629d 100644 --- a/tools/aapt/CacheUpdater.h +++ b/tools/aapt/CacheUpdater.h @@ -40,8 +40,6 @@ public: // Process an image from source out to dest virtual void processImage(String8 source, String8 dest) = 0; - - virtual ~CacheUpdater() {} private: };