summaryrefslogtreecommitdiff
path: root/tools/aidl/aidl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aidl/aidl.h')
-rw-r--r--tools/aidl/aidl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/aidl/aidl.h b/tools/aidl/aidl.h
deleted file mode 100644
index 98b15f36c21a..000000000000
--- a/tools/aidl/aidl.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef AIDL_AIDL_H_
-#define AIDL_AIDL_H_
-
-#include "options.h"
-
-int compile_aidl(Options& options);
-int preprocess_aidl(const Options& options);
-
-#endif // AIDL_AIDL_H_