[DBD::Pg 2/3] Remove unused variable
[email protected] Fri, 2 Jan 2015 04:27:54 +0000
| Newsgroups | perl.dbd.pg.changes |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <[email protected]> Subject: [DBD::Pg 2/3] Remove unused variable --- t/08async.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/08async.t b/t/08async.t index 4ec6eaf..8d5e077 100644 --- a/t/08async.t +++ b/t/08async.t @@ -32,8 +32,6 @@ isnt ($dbh, undef, 'Connect to database for async testing'); my ($t,$sth,$res); my $pgversion = $dbh->{pg_server_version}; -my $table = 'dbd_pg_test1'; - ## First, test out do() in all its variants -- 1.8.4