From: jocuri%softhome.net <> Date: Fri, 5 Nov 2004 16:58:03 +0000 (+0000) Subject: Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Frédéric... X-Git-Tag: bugzilla-2.18~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a4808574bf3b11e1782c421f75a9cd31af3099;p=thirdparty%2Fbugzilla.git Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Frédéric Buclin ; r=kiko, a=justdave. --- diff --git a/process_bug.cgi b/process_bug.cgi index 014ed78ef9..55e60db668 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -952,7 +952,6 @@ SWITCH: for ($::FORM{'knob'}) { SendSQL("SELECT initialowner FROM components " . "WHERE components.id = $comp_id"); my $newid = FetchOneColumn(); - my $newname = DBID_to_name($newid); DoComma(); $::query .= "assigned_to = $newid"; if (Param("useqacontact")) {