diff options
Diffstat (limited to 'compiler/ccgstmts.nim')
-rwxr-xr-x | compiler/ccgstmts.nim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/ccgstmts.nim b/compiler/ccgstmts.nim index 9cb5d732b..4ff309424 100755 --- a/compiler/ccgstmts.nim +++ b/compiler/ccgstmts.nim @@ -778,11 +778,6 @@ proc genPragma(p: BProc, n: PNode) = genEmit(p, it) of wBreakpoint: genBreakPoint(p, it) - of wDeadCodeElim: - if not (optDeadCodeElim in gGlobalOptions): - # we need to keep track of ``deadCodeElim`` pragma - if (sfDeadCodeElim in p.module.module.flags): - addPendingModule(p.module) of wWatchpoint: genWatchpoint(p, it) else: nil |