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_clean.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ot_clean.c') diff --git a/ot_clean.c b/ot_clean.c index 2506cc1..291b847 100644 --- a/ot_clean.c +++ b/ot_clean.c @@ -142,5 +142,3 @@ static pthread_t thread_id; void clean_init(void) { pthread_create(&thread_id, NULL, clean_worker, NULL); } void clean_deinit(void) { pthread_cancel(thread_id); } - -const char *g_version_clean_c = "$Source$: $Revision$\n"; -- cgit v1.2.3