summaryrefslogtreecommitdiff
path: root/ot_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_udp.c')
-rw-r--r--ot_udp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ot_udp.c b/ot_udp.c
index 912c7e4..97ccd38 100644
--- a/ot_udp.c
+++ b/ot_udp.c
@@ -234,5 +234,3 @@ void udp_init(int64 sock, unsigned int worker_count) {
234 while (worker_count--) 234 while (worker_count--)
235 pthread_create(&thread_id, NULL, udp_worker, (void *)sock); 235 pthread_create(&thread_id, NULL, udp_worker, (void *)sock);
236} 236}
237
238const char *g_version_udp_c = "$Source$: $Revision$\n";