diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-03-30 12:08:56 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-03-30 12:08:56 +0000 |
commit | 6fb1f6df5206cc20b52075a46698f4117ee41b2b (patch) | |
tree | e4b8de69509d6978bf1fa5171a42199b947dfa85 | |
parent | 6eda70c50874ff6c9fb566201fdb01b748730790 (diff) |
Removed dead code.
-rw-r--r-- | src/htsback.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/htsback.c b/src/htsback.c index e21ab84..bd92555 100644 --- a/src/htsback.c +++ b/src/htsback.c @@ -2436,12 +2436,6 @@ void back_wait(struct_back* sback,httrackp* opt,cache_back* cache,TStamp stat_ti HTS_LOG(opt,LOG_WARNING); fprintf(opt->log,"Unexpected socket error during pre-loop"LF); test_flush; } } -#if WIDE_DEBUG - else { - DEBUG_W("PANIC!!! Socket is invalid in a poll test!\n"); - } -#endif - } } |