Remove extraneous declaration.
authormike <mike>
Sat, 26 Nov 2005 16:58:03 +0000 (16:58 +0000)
committermike <mike>
Sat, 26 Nov 2005 16:58:03 +0000 (16:58 +0000)
t/22-query.t

index 1612f1b..77c7f4d 100644 (file)
@@ -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.