summary refs log tree commit diff stats
path: root/tests/manyloc/keineschweine
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manyloc/keineschweine')
-rw-r--r--tests/manyloc/keineschweine/lib/estreams.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/manyloc/keineschweine/lib/estreams.nim b/tests/manyloc/keineschweine/lib/estreams.nim
index bd0a2c31a..ecafaed89 100644
--- a/tests/manyloc/keineschweine/lib/estreams.nim
+++ b/tests/manyloc/keineschweine/lib/estreams.nim
@@ -7,10 +7,6 @@ proc swapEndian16*(outp, inp: pointer) =
   var o = cast[cstring](outp)
   o[0] = i[1]
   o[1] = i[0]
-when cpuEndian == bigEndian:
-  proc bigEndian16(outp, inp: pointer) {.inline.} = copyMem(outp, inp, 2)
-else:
-  proc bigEndian16*(outp, inp: pointer) {.inline.} = swapEndian16(outp, inp)
 
 import enet
 
8 ^
855362d ^
9c10a90 ^
7880bd9 ^

fc719e4 ^




a6012f2 ^
84e9853 ^
a6012f2 ^

501c95d ^
0b14d92 ^



ee61c28 ^
501c95d ^
ee61c28 ^




b18e339 ^

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