summaryrefslogtreecommitdiff
path: root/lib/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/buffer.c')
-rw-r--r--lib/buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/buffer.c b/lib/buffer.c
index 0bf75e4c38..11bacf83b2 100644
--- a/lib/buffer.c
+++ b/lib/buffer.c
@@ -446,7 +446,6 @@ in one shot. */
/* Free printed buffer data. */
while (written > 0) {
- struct buffer_data *d;
if (!(d = b->head)) {
flog_err(
LIB_ERR_DEVELOPMENT,