1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

r21958: Fix Coverity ID 343 (dead code)

(This used to be commit 6d093043ed437c1de6f9a50013d9bd84c75cf3ff)
This commit is contained in:
Volker Lendecke 2007-03-24 10:32:34 +00:00 committed by Gerald (Jerry) Carter
parent dfc4a8b2b2
commit 7216604b5e

View File

@ -1319,9 +1319,6 @@ BOOL cups_pull_comment_location(NT_PRINTER_INFO_LEVEL_2 *printer)
}
ippDelete(response);
response = NULL;
ret = True;
out: