diff options
-rw-r--r-- | src/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index d6c9c9b..a237b11 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -48,7 +48,6 @@ void cmark_strbuf_grow(cmark_strbuf *buf, bufsize_t target_size) { (INT32_MAX / 2)); abort(); } - abort(); /* Oversize the buffer by 50% to guarantee amortized linear time * complexity on append operations. */ |