diff options
Diffstat (limited to 'lib/system/endb.nim')
-rw-r--r-- | lib/system/endb.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/system/endb.nim b/lib/system/endb.nim index d51ae29df..257ee3fea 100644 --- a/lib/system/endb.nim +++ b/lib/system/endb.nim @@ -35,8 +35,6 @@ type dbSkipCurrent, dbQuiting, # debugger wants to quit dbBreakpoints # debugger is only interested in breakpoints -{.deprecated: [TStaticStr: StaticStr, TBreakpointFilename: BreakpointFilename, - TDbgState: DbgState].} var dbgUser: StaticStr # buffer for user input; first command is ``step_into`` |