From b9eba866b203b28e58f35598023f49b4b58a0635 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 13 Jul 2011 12:10:30 -0700 Subject: Fix aidl to cope with multiple collection types per method. Bug: http://code.google.com/p/android/issues/detail?id=18497 Change-Id: I152416022524d2860cb16b46c4812c5be6bdcbad --- tools/aidl/aidl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/aidl/aidl.cpp') diff --git a/tools/aidl/aidl.cpp b/tools/aidl/aidl.cpp index f17f66b31f8e..92f5b64094b6 100644 --- a/tools/aidl/aidl.cpp +++ b/tools/aidl/aidl.cpp @@ -948,8 +948,6 @@ preprocess_aidl(const Options& options) int main(int argc, const char **argv) { - int err = 0; - Options options; int result = parse_options(argc, argv, &options); if (result) { -- cgit v1.2.3-59-g8ed1b