s3:printing: Remove unused variable
commit54413a49f5a44ce50429af3b3a4fdfd385b7d3ae
authorAndreas Schneider <asn@samba.org>
Fri, 3 Feb 2023 14:14:12 +0000 (3 15:14 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 6 Feb 2023 22:51:31 +0000 (6 22:51 +0000)
treefafdfecd0134f2ff1214775dd61d2fe856d40865
parenta77c56e4ed6a8cc7646e13a6939b69da3697ae88
s3:printing: Remove unused variable

source3/printing/tests/vlp.c:144:19: error: variable 'job_count' set but not
    used [-Werror,-Wunused-but-set-variable]
        int i, num_jobs, job_count = 0;
                         ^

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/printing/tests/vlp.c