summaryrefslogtreecommitdiff
path: root/tools/aidl/aidl_language_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aidl/aidl_language_l.l')
-rw-r--r--tools/aidl/aidl_language_l.l7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/aidl/aidl_language_l.l b/tools/aidl/aidl_language_l.l
index b8e53a83ebd8..540b550035ff 100644
--- a/tools/aidl/aidl_language_l.l
+++ b/tools/aidl/aidl_language_l.l
@@ -7,13 +7,6 @@
extern YYSTYPE yylval;
-#ifdef _WIN32
-static inline int isatty(int fd)
-{
- return 0;
-}
-#endif
-
// comment and whitespace handling
// these functions save a copy of the buffer
static void begin_extra_text(unsigned lineno, which_extra_text which);