diff -r 0232de5196ec -r b260811257d2 cross-plat-dev-utils/patch_upstream.pl --- a/cross-plat-dev-utils/patch_upstream.pl Thu May 13 09:00:30 2010 +0100 +++ b/cross-plat-dev-utils/patch_upstream.pl Thu May 13 18:52:55 2010 +0100 @@ -18,7 +18,6 @@ use get_hostplatform_dir; use check_os; use File::Spec; -use File::Temp 'tempfile'; use Cwd 'abs_path'; use Getopt::Long; @@ -31,7 +30,6 @@ sub usage_error($); sub help(); sub get_old_baseline_dir($); -sub regen_patch_file($); GetOptions("help=i" => \$help, "patch-file=s" => \$patch_in, "baseline-dir=s" => \$baseline_dir) or usage_error("Usage error");