From 7216604b5e79b648ba2ed1cb16d1816d06741411 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 24 Mar 2007 10:32:34 +0000 Subject: r21958: Fix Coverity ID 343 (dead code) (This used to be commit 6d093043ed437c1de6f9a50013d9bd84c75cf3ff) --- source3/printing/print_cups.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/printing') diff --git a/source3/printing/print_cups.c b/source3/printing/print_cups.c index 0fa73e5a6c..e6c87873df 100644 --- a/source3/printing/print_cups.c +++ b/source3/printing/print_cups.c @@ -1319,9 +1319,6 @@ BOOL cups_pull_comment_location(NT_PRINTER_INFO_LEVEL_2 *printer) } - ippDelete(response); - response = NULL; - ret = True; out: -- cgit