diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-23 18:33:42 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-23 18:33:42 +0000 |
commit | 43524982270ef4097cb9fa30db93dd5002566838 (patch) | |
tree | bb380490327db60f029539f6535803c5ec481e98 /src/htsbase.h | |
parent | 1c70862aa4541e84a79d95111cfbc8d826deacab (diff) |
Removed useless assert()
Diffstat (limited to 'src/htsbase.h')
-rw-r--r-- | src/htsbase.h | 1 |
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) |