diff options
Diffstat (limited to 'lib/system/profiler.nim')
-rw-r--r-- | lib/system/profiler.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system/profiler.nim b/lib/system/profiler.nim index 7146500d9..ffd6fd0c5 100644 --- a/lib/system/profiler.nim +++ b/lib/system/profiler.nim @@ -23,7 +23,6 @@ type lines*: array[0..MaxTraceLen-1, cstring] files*: array[0..MaxTraceLen-1, cstring] ProfilerHook* = proc (st: StackTrace) {.nimcall.} -{.deprecated: [TStackTrace: StackTrace, TProfilerHook: ProfilerHook].} proc `[]`*(st: StackTrace, i: int): cstring = st.lines[i] |