From: jocuri%softhome.net <> Date: Fri, 5 Nov 2004 16:57:46 +0000 (+0000) Subject: Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Frédéric... X-Git-Tag: bugzilla-2.19.2~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ff57641f568acdb6319c3e783f50fd0fa640a2;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 c265ab8b9d..4328a79fce 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")) {