diff options
Diffstat (limited to 'trackerlogic.c')
-rw-r--r-- | trackerlogic.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/trackerlogic.c b/trackerlogic.c index b044245..6c988df 100644 --- a/trackerlogic.c +++ b/trackerlogic.c | |||
@@ -393,10 +393,6 @@ void remove_peer_from_torrent( ot_hash *hash, ot_peer *peer ) { | |||
393 | } | 393 | } |
394 | } | 394 | } |
395 | 395 | ||
396 | void cleanup_torrents( void ) { | ||
397 | |||
398 | } | ||
399 | |||
400 | int init_logic( char *serverdir ) { | 396 | int init_logic( char *serverdir ) { |
401 | if( serverdir && chdir( serverdir ) ) { | 397 | if( serverdir && chdir( serverdir ) ) { |
402 | fprintf( stderr, "Could not chdir() to %s\n", serverdir ); | 398 | fprintf( stderr, "Could not chdir() to %s\n", serverdir ); |