From 61a196bdb7fbb9060ce8d34cb7e88f21c65a73b5 Mon Sep 17 00:00:00 2001 From: Monika Komorowska <mk8@sanger.ac.uk> Date: Fri, 8 Jul 2011 10:18:04 +0000 Subject: [PATCH] Deleted 'cleanup' variable. --- .../production_database/scripts/populate_production_db_tables.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/misc-scripts/production_database/scripts/populate_production_db_tables.pl b/misc-scripts/production_database/scripts/populate_production_db_tables.pl index d72d82bd94..8ce50dce25 100644 --- a/misc-scripts/production_database/scripts/populate_production_db_tables.pl +++ b/misc-scripts/production_database/scripts/populate_production_db_tables.pl @@ -27,7 +27,6 @@ my $dbpattern; my $core = 0; my $verbose = 0; -my $cleanup = 0; my $dumppath; # Do command line parsing. -- GitLab