summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/system.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 3b3e28344..02da048e4 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -213,8 +213,7 @@ proc `addr`*[T](x: T): ptr T {.magic: "Addr", noSideEffect.} =
   ##  echo p[]    # b
   discard
 
-proc unsafeAddr*[T](x: T): ptr T {.magic: "Addr", noSideEffect,
-  deprecated: "'unsafeAddr' is a deprecated alias for 'addr'".} =
+proc unsafeAddr*[T](x: T): ptr T {.magic: "Addr", noSideEffect.} =
   ## Builtin `addr` operator for taking the address of a memory
   ## location.
   ##
21:57:01 -0400 Clean up gitignore, the current ignore is equvilent to the previous' href='/ahoang/Nim/commit/.gitignore?h=devel&id=1b1bb284d2a5e221b105d133b05a2dbb228b122a'>1b1bb284d ^
0879f0b0a ^

1b1bb284d ^





0879f0b0a ^
180ab350d ^
d20a8ac68 ^
b2e486b23 ^
1b1bb284d ^

1dd9ec85b ^
f2f16f645 ^









f04b502cf ^

fc68a7d88 ^
f04b502cf ^



1b1bb284d ^
8818b15d8 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44