Commit e5ed5f6a authored by Richard Levitte's avatar Richard Levitte
Browse files

Remove last remains of old config strings

parent d3cdab17
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -677,11 +677,6 @@ foreach (@argvcopy)
			$user_cflags.=" ".$_;
			}
		}
	elsif ($_ =~ /^([^:]+):(.+)$/)
		{
		eval "\$table{\$1} = \"$2\""; # allow $xxx constructs in the string
		$target=$1;
		}
	else
		{
		die "target already defined - $target (offending arg: $_)\n" if ($target ne "");