summary refs log tree commit diff stats
path: root/lib/posix/posix.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-11-16 13:27:46 +0100
committerAraq <rumpf_a@web.de>2018-11-16 13:27:56 +0100
commit3f6168b3372013c0d4b938e6a83849199d9756c9 (patch)
treebb5eaf3d75d30fabe4325049238611659aa0c420 /lib/posix/posix.nim
parent4233046e3f62c89495b8e351b328401322296b56 (diff)
downloadNim-3f6168b3372013c0d4b938e6a83849199d9756c9.tar.gz
removes deprecated T/P types
Diffstat (limited to 'lib/posix/posix.nim')
-rw-r--r--lib/posix/posix.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/posix/posix.nim b/lib/posix/posix.nim
index fa589e905..0c66aa2b9 100644
--- a/lib/posix/posix.nim
+++ b/lib/posix/posix.nim
@@ -100,7 +100,6 @@ else:
   include posix_other
 
 # There used to be this name in posix.nim a long time ago, not sure why!
-{.deprecated: [cSIG_HOLD: SIG_HOLD].}
 
 when StatHasNanoseconds:
   proc st_atime*(s: Stat): Time {.inline.} =