[check_postgres] [commit] Remove unused variables.
check_postgres at bucardo.org
check_postgres at bucardo.org
Fri Apr 24 19:07:38 UTC 2009
Committed by Jeff Boes <jeff at endpoint.com>
Remove unused variables.
---
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 a472bcb..24977dd 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();
--
1.6.0.5
More information about the Check_postgres
mailing list