]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/cancel.c
Merge changes from CUPS 1.4svn-r7715.
[thirdparty/cups.git] / systemv / cancel.c
index 8d057bbdd497b29ad0a5f906821317ff2ae8ebb4..7b4d0db4d5476aa933cc427819ca621bbfc26a22 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   "cancel" command for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 2007 by Apple Inc.
+ *   Copyright 2007-2008 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -59,7 +59,6 @@ main(int  argc,                               /* I - Number of command-line arguments */
 
   op        = IPP_CANCEL_JOB;
   purge     = 0;
-  job_id    = 0;
   dest      = NULL;
   user      = NULL;
   http      = NULL;