From 2db15a26b859197c7f14e22431c9557b16a2f42c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 21 Feb 2019 12:33:31 -0500 Subject: [PATCH] Fix typo. --- scheduler/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scheduler/main.c b/scheduler/main.c index 22372d4f1..616cf2c37 100644 --- a/scheduler/main.c +++ b/scheduler/main.c @@ -1628,7 +1628,6 @@ select_timeout(int fds) /* I - Number of descriptors returned */ time_t now; /* Current time */ cupsd_client_t *con; /* Client information */ cupsd_job_t *job; /* Job information */ - cupsd_printer_t *printer; /* Printer information */ const char *why; /* Debugging aid */ -- 2.39.2