summary refs log tree commit diff stats
path: root/lib/system/repr.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system/repr.nim')
-rw-r--r--lib/system/repr.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system/repr.nim b/lib/system/repr.nim
index ce7c349bd..ff8f92404 100644
--- a/lib/system/repr.nim
+++ b/lib/system/repr.nim
@@ -127,7 +127,6 @@ type
       marked: CellSet
     recdepth: int       # do not recurse endlessly
     indent: int         # indentation
-{.deprecated: [TReprClosure: ReprClosure].}
 
 when not defined(useNimRtl):
   proc initReprClosure(cl: var ReprClosure) =