summaryrefslogtreecommitdiff
path: root/src/htsbase.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-23 18:33:42 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-23 18:33:42 +0000
commit43524982270ef4097cb9fa30db93dd5002566838 (patch)
treebb380490327db60f029539f6535803c5ec481e98 /src/htsbase.h
parent1c70862aa4541e84a79d95111cfbc8d826deacab (diff)
Removed useless assert()
Diffstat (limited to 'src/htsbase.h')
-rw-r--r--src/htsbase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/htsbase.h b/src/htsbase.h
index e301b05..927a286 100644
--- a/src/htsbase.h
+++ b/src/htsbase.h
@@ -139,7 +139,6 @@ extern "C" {
if (htsCallbackErr != NULL) { \
htsCallbackErr("assert failed: " #exp, __FILE__ , __LINE__ ); \
} \
- assert(exp); \
abort(); \
} \
} while(0)