summaryrefslogtreecommitdiff
path: root/tools/aapt/Package.cpp
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2014-10-01 23:34:43 -0700
committer Andreas Gampe <agampe@google.com> 2014-10-01 23:35:41 -0700
commit8daabceb2efddebe2e7c0b2425ad9f8ef62c0a5c (patch)
tree230e918cee633aa61318edf50e902c44e4a84fde /tools/aapt/Package.cpp
parent9f905f37b229294753ef08ee104a00f611de450f (diff)
parent1dcc75b2dbaef7c3bb3410187bf38cabca0d1aea (diff)
resolved conflicts for merge of 1dcc75b2 to lmp-dev-plus-aosp
Change-Id: I8e1c6ee2025b6acd90803545fb95ab1b98560d92
Diffstat (limited to 'tools/aapt/Package.cpp')
-rw-r--r--tools/aapt/Package.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/aapt/Package.cpp b/tools/aapt/Package.cpp
index dc16e354b584..cb244eccfe21 100644
--- a/tools/aapt/Package.cpp
+++ b/tools/aapt/Package.cpp
@@ -402,7 +402,6 @@ bool endsWith(const char* haystack, const char* needle)
ssize_t processJarFile(ZipFile* jar, ZipFile* out)
{
- status_t err;
size_t N = jar->getNumEntries();
size_t count = 0;
for (size_t i=0; i<N; i++) {