aboutsummaryrefslogtreecommitdiff
path: root/strbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'strbuf.c')
-rw-r--r--strbuf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/strbuf.c b/strbuf.c
index b37bb77a..4490ed4a 100644
--- a/strbuf.c
+++ b/strbuf.c
@@ -23,9 +23,6 @@ int CONSTRUCTOR_DECL(strbuf, size_t len) {
return 0;
}
-/*
- * TODO check if this is the problem.
- */
int strbuf_realloc(strbuf* str, size_t len) {
#ifdef SAFE_STR
if (str->mem == NULL || str->alloc == 0) {