summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
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. */