Remove last remains of old config strings

Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
Richard Levitte 2016-02-27 21:23:01 +01:00
parent d3cdab1736
commit e5ed5f6a59

View file

@ -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 "");