summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/makewhatis/makewhatis.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/makewhatis/makewhatis.c b/usr.bin/makewhatis/makewhatis.c
index 0fef9a9..0ac4fc1 100644
--- a/usr.bin/makewhatis/makewhatis.c
+++ b/usr.bin/makewhatis/makewhatis.c
@@ -225,10 +225,6 @@ sbuf_need(struct sbuf *sbuf, int nchars)
size *= 2;
cntsize = sbuf->end - sbuf->content;
- printf("sbuf %p content %p;"
- " allocating %d bytes for %d bytes of content to hold"
- " %d bytes\n", sbuf, sbuf->content, size, cntsize, nchars);
-
new_content = (char *)malloc(size);
memcpy(new_content, sbuf->content, cntsize);
free(sbuf->content);
OpenPOWER on IntegriCloud