diff options
| author | gingerBill <bill@gingerbill.org> | 2018-01-20 16:10:26 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-01-20 16:10:26 +0000 |
| commit | 705352099fc941658c29644b4e98e6343fc0c668 (patch) | |
| tree | 65e7faf81152a361acc86f4409f496fc9b71febe | |
| parent | 2e28c9d79325b57c7bf41abd31804d3960b4c188 (diff) | |
Remove #endif
| -rw-r--r-- | src/ir_print.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ir_print.cpp b/src/ir_print.cpp index dc4082332..288ca7581 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -1509,8 +1509,6 @@ void ir_print_instr(irFileBuffer *f, irModule *m, irValue *value) { break; } } - -#endif } |