diff options
author | Jeff Boes | 2009-04-24 17:43:59 +0000 |
---|---|---|
committer | Jeff Boes | 2009-04-24 18:49:56 +0000 |
commit | c9bd778a234c63273a9b0d40cddec0c79a69f26c (patch) | |
tree | 763dd6213d35a27d05959f7a97493459fccfbe17 | |
parent | 333c0cc506cd4ac6e6ff119d045e23ec99f0b347 (diff) |
Remove unused variables.
-rw-r--r-- | t/02_settings_checksum.t | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/t/02_settings_checksum.t b/t/02_settings_checksum.t index a472bcb41..24977dd40 100644 --- a/t/02_settings_checksum.t +++ b/t/02_settings_checksum.t @@ -12,9 +12,6 @@ use CP_Testing; use vars qw/$dbh $result $t $host $dbname $testtbl $testtrig_prefix/; -$testtbl = 'test_settings_checksum'; -$testtrig_prefix = 'test_settings_checksum_'; - my $cp = CP_Testing->new( {default_action => 'settings_checksum'} ); $dbh = $cp->test_database_handle(); |