summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-03-30 12:08:56 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-03-30 12:08:56 +0000
commit6fb1f6df5206cc20b52075a46698f4117ee41b2b (patch)
treee4b8de69509d6978bf1fa5171a42199b947dfa85 /src
parent6eda70c50874ff6c9fb566201fdb01b748730790 (diff)
Removed dead code.
Diffstat (limited to 'src')
-rw-r--r--src/htsback.c6
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
-
}
}