]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - test/ippeveprinter.c
More clang warning fixes.
[thirdparty/cups.git] / test / ippeveprinter.c
index 0e87203661bb61fe96f37eafb6703957642ecc95..d37a4ff0c5386f29f4fb3265c947deabb4d5a498 100644 (file)
@@ -4660,7 +4660,6 @@ process_http(ippeve_client_t *client)     /* I - Client connection */
                        hostname[HTTP_MAX_HOST];
                                        /* Hostname */
   int                  port;           /* Port number */
-  const char           *encoding;      /* Content-Encoding value */
   static const char * const http_states[] =
   {                                    /* Strings for logging HTTP method */
     "WAITING",
@@ -4839,8 +4838,6 @@ process_http(ippeve_client_t *client)     /* I - Client connection */
   * Handle new transfers...
   */
 
-  encoding = httpGetContentEncoding(client->http);
-
   switch (client->operation)
   {
     case HTTP_STATE_OPTIONS :