diff options
Diffstat (limited to 'src')
-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) |