take out duplicate docs
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / DBI / DB2.pm
index ee075c0..12797f2 100644 (file)
@@ -25,7 +25,6 @@ use vars qw[ $DEBUG $VERSION @EXPORT_OK ];
 # $VERSION = '1.59';
 $DEBUG   = 0 unless defined $DEBUG;
 
-# -------------------------------------------------------------------
 sub parse {
     my ( $tr, $dbh ) = @_;