diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-16 16:18:53 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-16 16:18:53 +0200 |
| commit | d3985b00b5fb272f6d8bb8ba8ac50b493c40082d (patch) | |
| tree | b09a5512b32c55e0f35d9411a214957527171155 /ot_mutex.c | |
| parent | 8fd8a54c4ee34e5d879227f261f881f13002f789 (diff) | |
Remove CVS version tags, they did not work anymore after moving to git
Diffstat (limited to 'ot_mutex.c')
| -rw-r--r-- | ot_mutex.c | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -270,5 +270,3 @@ void mutex_deinit() { | |||
| 270 | pthread_cond_destroy(&tasklist_being_filled); | 270 | pthread_cond_destroy(&tasklist_being_filled); |
| 271 | byte_zero(all_torrents, sizeof(all_torrents)); | 271 | byte_zero(all_torrents, sizeof(all_torrents)); |
| 272 | } | 272 | } |
| 273 | |||
| 274 | const char *g_version_mutex_c = "$Source$: $Revision$\n"; | ||
