From 4e52281142c80230e1c60ece2824656dd08afcbd Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 24 Dec 2015 13:19:31 -0700 Subject: add test for error for redefinition of struct --- src/analyze.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/analyze.cpp') diff --git a/src/analyze.cpp b/src/analyze.cpp index 448919e3c9..3e990afac5 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -1066,7 +1066,6 @@ static TypeTableEntry *analyze_cast_expr(CodeGen *g, ImportTableEntry *import, B enum LValPurpose { LValPurposeAssign, LValPurposeAddressOf, - LValPurposeNotLVal, }; static TypeTableEntry *analyze_lvalue(CodeGen *g, ImportTableEntry *import, BlockContext *block_context, -- cgit v1.2.3