summaryrefslogtreecommitdiff
path: root/tools/aidl/aidl.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-07-13 12:10:30 -0700
committerElliott Hughes <enh@google.com>2011-07-13 12:10:30 -0700
commitb9eba866b203b28e58f35598023f49b4b58a0635 (patch)
treef32811a7b51001e4cd6e85fa44b0f199bf1e8a55 /tools/aidl/aidl.cpp
parent4a6d113ba0f33ce5dc14e59463e928ba309e1c2e (diff)
Fix aidl to cope with multiple collection types per method.
Bug: http://code.google.com/p/android/issues/detail?id=18497 Change-Id: I152416022524d2860cb16b46c4812c5be6bdcbad
Diffstat (limited to 'tools/aidl/aidl.cpp')
-rw-r--r--tools/aidl/aidl.cpp2
1 files changed, 0 insertions, 2 deletions
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) {