Removed unused variable.
authorJeremy Allison <jra@samba.org>
Thu, 13 Feb 2003 19:42:50 +0000 (19:42 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 13 Feb 2003 19:42:50 +0000 (19:42 +0000)
Jeremy.
(This used to be commit c9654c8ec71903c59ff5f66c3fd6ea1baa599133)

source3/rpc_server/srv_spoolss_nt.c

index 6a8333eeea2ac7a15f752dca4bb07ef938476fde..594c749c9c0bcd02b8c028039050368791ae5d5e 100644 (file)
@@ -6129,7 +6129,6 @@ static BOOL fill_job_info_2(JOB_INFO_2 *job_info, print_queue_struct *queue,
                            DEVICEMODE *devmode)
 {
        pstring temp_name;
-       pstring chaine;
        struct tm *t;
 
        t=gmtime(&queue->time);