From 29ff57641f568acdb6319c3e783f50fd0fa640a2 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 5 Nov 2004 16:57:46 +0000 Subject: Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Frédéric Buclin ; r=kiko, a=justdave. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index c265ab8b9..4328a79fc 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")) { -- cgit v1.2.3-24-g4f1b