From fb2579e3eec80da5502aab539ed55301ebac3e2b Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Mon, 30 Jan 2012 16:05:21 +0100 Subject: [PATCH] s3-printing: remove redundant variable set --- source3/printing/printing.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/printing/printing.c b/source3/printing/printing.c index 11feae28222..ef5e0359246 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -1415,9 +1415,6 @@ static void print_queue_update_internal(struct tevent_context *ev, continue; } - /* FIXME this is already confirmed by sysjob_to_jobid_pdb() */ - pjob->sysjob = queue[i].sysjob; - /* don't reset the status on jobs to be deleted */ if ( pjob->status != LPQ_DELETING ) -- 2.34.1