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 1799c6b94f..446bad85e9 100644
--- a/lib/buffer.c
+++ b/lib/buffer.c
@@ -445,7 +445,6 @@ in one shot. */
/* Free printed buffer data. */
while (written > 0) {
- struct buffer_data *d;
if (!(d = b->head)) {
flog_err(
LIB_ERR_DEVELOPMENT,