From d3985b00b5fb272f6d8bb8ba8ac50b493c40082d Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 16 Apr 2024 16:18:53 +0200 Subject: Remove CVS version tags, they did not work anymore after moving to git --- ot_udp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ot_udp.c') 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) { while (worker_count--) pthread_create(&thread_id, NULL, udp_worker, (void *)sock); } - -const char *g_version_udp_c = "$Source$: $Revision$\n"; -- cgit v1.2.3