]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix compile warning.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 24 Jan 2019 19:23:46 +0000 (14:23 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 24 Jan 2019 19:23:46 +0000 (14:23 -0500)
cgi-bin/admin.c

index 50962520482adec1cfeb3556afde7bb02224501b..f8c57639f87696e9aa0dd086ac2f65a8f2bb7a71 100644 (file)
@@ -2149,10 +2149,6 @@ do_menu(http_t *http)                    /* I - HTTP connection */
   int          num_settings;           /* Number of server settings */
   cups_option_t        *settings;              /* Server settings */
   const char   *val;                   /* Setting value */
-  char         filename[1024];         /* Temporary filename */
-  const char   *datadir;               /* Location of data files */
-  ipp_t                *request,               /* IPP request */
-               *response;              /* IPP response */
 
 
  /*