From 6d093043ed437c1de6f9a50013d9bd84c75cf3ff Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 24 Mar 2007 10:32:34 +0000 Subject: [PATCH] r21958: Fix Coverity ID 343 (dead code) --- source/printing/print_cups.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/printing/print_cups.c b/source/printing/print_cups.c index 0fa73e5a6ca..e6c87873df6 100644 --- a/source/printing/print_cups.c +++ b/source/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: -- 2.47.3