]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Eliminate warning from unused vars...
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 6 Nov 2012 16:33:50 +0000 (16:33 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 6 Nov 2012 16:33:50 +0000 (16:33 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10679 7a7537e8-13f0-0310-91df-b6672ffda945

backend/socket.c

index a8cc299eabd5eed8a62acd3579f3700c7092d96b..ebed1361b476f6c5d220e32be9496f6d00629128 100644 (file)
@@ -73,10 +73,6 @@ main(int  argc,                              /* I - Number of command-line arguments (6 or 7) */
   int          print_fd;               /* Print file */
   int          copies;                 /* Number of copies to print */
   time_t       start_time;             /* Time of first connect */
-#ifdef __APPLE__
-  time_t       current_time,           /* Current time */
-               wait_time;              /* Time to wait before shutting down socket */
-#endif /* __APPLE__ */
   int          contimeout;             /* Connection timeout */
   int          waiteof;                /* Wait for end-of-file? */
   int          port;                   /* Port number */