summaryrefslogtreecommitdiff
path: root/idlc/source/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/scanner.l')
-rw-r--r--idlc/source/scanner.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/idlc/source/scanner.l b/idlc/source/scanner.l
index 5b4794a19cb4..4c123ea8f0c3 100644
--- a/idlc/source/scanner.l
+++ b/idlc/source/scanner.l
@@ -344,7 +344,6 @@ False return IDL_FALSE;
in return IDL_IN;
out return IDL_OUT;
inout return IDL_INOUT;
-oneway return IDL_ONEWAY;
get return IDL_GET;
set return IDL_SET;