diff options
| author | 2015-09-01 16:51:12 +0000 | |
|---|---|---|
| committer | 2015-09-01 16:51:12 +0000 | |
| commit | 5fa874a30bea0c9c03eda58579c50d552a16bcba (patch) | |
| tree | 7dfbb98414f7289a95daac8fb0bd50e76598d90e /tools/aidl/aidl.cpp | |
| parent | 83533a235c64a3b3cbecf152b678585f1e6b3577 (diff) | |
| parent | 26627d7011e8fbd66f0cabac5c3cb2a66c133d08 (diff) | |
am 26627d70: am 4d6cb77a: Merge "Tighten up compiler flags for aidl"
* commit '26627d7011e8fbd66f0cabac5c3cb2a66c133d08':
Tighten up compiler flags for aidl
Diffstat (limited to 'tools/aidl/aidl.cpp')
| -rw-r--r-- | tools/aidl/aidl.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/aidl/aidl.cpp b/tools/aidl/aidl.cpp index 0ef4e278247b..a4ecb758046e 100644 --- a/tools/aidl/aidl.cpp +++ b/tools/aidl/aidl.cpp @@ -162,11 +162,6 @@ import_import_parsed(buffer_type* statement) { } -static ParserCallbacks g_importCallbacks = { - &main_document_parsed, - &import_import_parsed -}; - // ========================================================== static int check_filename(const char* filename, const char* package, buffer_type* name) |