summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/util.h1
-rw-r--r--testing/misc_tools.c6
-rw-r--r--testing/rect.py1
3 files changed, 0 insertions, 8 deletions
diff --git a/core/util.h b/core/util.h
index a93be08a..b85fbd39 100644
--- a/core/util.h
+++ b/core/util.h
@@ -10,4 +10,3 @@ uint64_t random_64b();
10bool ipp_eq(IP_Port a, IP_Port b); 10bool ipp_eq(IP_Port a, IP_Port b);
11bool id_eq(clientid_t* dest, clientid_t* src); 11bool id_eq(clientid_t* dest, clientid_t* src);
12void id_cpy(clientid_t* dest, clientid_t* src); 12void id_cpy(clientid_t* dest, clientid_t* src);
13
diff --git a/testing/misc_tools.c b/testing/misc_tools.c
index fa7f42c9..f3d6b0ae 100644
--- a/testing/misc_tools.c
+++ b/testing/misc_tools.c
@@ -43,9 +43,3 @@ unsigned char * hex_string_to_bin(char hex_string[])
43 43
44 return val; 44 return val;
45} 45}
46
47
48
49
50
51
diff --git a/testing/rect.py b/testing/rect.py
index 85e70810..05f0abc4 100644
--- a/testing/rect.py
+++ b/testing/rect.py
@@ -42,4 +42,3 @@ while True:
42 print "Sending SYNC resp" 42 print "Sending SYNC resp"
43 a+=1 43 a+=1
44 sock.sendto("11".decode('hex') + chr(a) + data[1:9], addr) 44 sock.sendto("11".decode('hex') + chr(a) + data[1:9], addr)
45