diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2015-12-24 13:19:31 -0700 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2015-12-24 13:19:31 -0700 |
| commit | 4e52281142c80230e1c60ece2824656dd08afcbd (patch) | |
| tree | b1a3489dd47666d4fb21f00d30aedf250e451267 /src | |
| parent | 50357dad453845a69efff53370438dc29585dd17 (diff) | |
| download | zig-4e52281142c80230e1c60ece2824656dd08afcbd.tar.gz zig-4e52281142c80230e1c60ece2824656dd08afcbd.zip | |
add test for error for redefinition of struct
Diffstat (limited to 'src')
| -rw-r--r-- | src/analyze.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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, |
