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_mutex.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ot_mutex.c') diff --git a/ot_mutex.c b/ot_mutex.c index 1aa2783..3011987 100644 --- a/ot_mutex.c +++ b/ot_mutex.c @@ -270,5 +270,3 @@ void mutex_deinit() { pthread_cond_destroy(&tasklist_being_filled); byte_zero(all_torrents, sizeof(all_torrents)); } - -const char *g_version_mutex_c = "$Source$: $Revision$\n"; -- cgit v1.2.3