Commit bbad43a
committed
data: Remove redundant redefinition of APPEND_EXPR macro
The original commit which added the optimization pass (commit 06964d7)
contained a duplicate definition of the APPEND_EXPR macro, apparently
by accident. Because it was an exact duplicate of the existing
definition no compiler warning was generated.
Fixes: commit 06964d71 parent 7b9471a commit bbad43a
1 file changed
+1
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
1010 | | - | |
1011 | | - | |
1012 | | - | |
| 1010 | + | |
1013 | 1011 | | |
1014 | | - | |
1015 | | - | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | 1012 | | |
1023 | 1013 | | |
1024 | 1014 | | |
| |||
0 commit comments