From 1178267306a910f8fe4cfdf84e86fea300d2f8f6 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 21 Feb 2019 12:35:04 -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 588aadc85..2b8db00a1 100644 --- a/scheduler/main.c +++ b/scheduler/main.c @@ -1622,7 +1622,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.5