aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/buildtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'backendC/CleanCompilerSources/buildtree.c')
-rw-r--r--backendC/CleanCompilerSources/buildtree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/buildtree.c b/backendC/CleanCompilerSources/buildtree.c
index b7e05cf..d224e15 100644
--- a/backendC/CleanCompilerSources/buildtree.c
+++ b/backendC/CleanCompilerSources/buildtree.c
@@ -358,7 +358,6 @@ NewSymbol (SymbKind symbolKind)
symbol = CompAllocType (SymbolS);
symbol->symb_kind = symbolKind;
- symbol->symb_infix = False;
return (symbol);
} /* NewSymbol */