summaryrefslogtreecommitdiff
path: root/source/compiler/dtcompilerparser.y
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/dtcompilerparser.y')
-rw-r--r--source/compiler/dtcompilerparser.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/compiler/dtcompilerparser.y b/source/compiler/dtcompilerparser.y
index 43eba4e9c8f6c..e97e2a90e1d75 100644
--- a/source/compiler/dtcompilerparser.y
+++ b/source/compiler/dtcompilerparser.y
@@ -170,7 +170,6 @@ extern char *DtCompilerParsertext;
extern DT_FIELD *AslGbl_CurrentField;
extern int DtLabelByteOffset;
-extern UINT64 DtCompilerParserResult; /* Expression return value */
extern UINT64 DtCompilerParserlineno; /* Current line number */
extern UINT32 DtTokenFirstLine;