From: mike Date: Sat, 26 Nov 2005 16:58:03 +0000 (+0000) Subject: Remove extraneous declaration. X-Git-Tag: cpan_1_22~342 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=4314fa7d6d535b154d38771ffb1b66de639d3475;p=ZOOM-Perl-moved-to-github.git Remove extraneous declaration. --- diff --git a/t/22-query.t b/t/22-query.t index 1612f1b..77c7f4d 100644 --- a/t/22-query.t +++ b/t/22-query.t @@ -1,4 +1,4 @@ -# $Id: 22-query.t,v 1.1 2005-10-31 15:11:08 mike Exp $ +# $Id: 22-query.t,v 1.2 2005-11-26 16:58:03 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 22-query.t' @@ -17,20 +17,6 @@ ok(1, "[no query to destroy]"); ok(1, "[no need to recreate empty query]"); - - - - - - - -my $res; ### not needed in OO interface - - - - - - # Invalid CQL is not recognised as such, because ZOOM-C does not # attempt to parse it: it just gets passed to the server when the # query is used.