* Removed an outdated comment.
[dbsrgits/DBIx-Class.git] / t / lib / DBIC / SqlMakerTest.pm
index eb7e727..6f45efb 100644 (file)
@@ -64,7 +64,6 @@ our @EXPORT = qw/
     return $left eq $right;
   }
 
-  # lifted from SQL::Abstract::Test
   sub eq_bind
   {
     my ($bind_ref1, $bind_ref2) = @_;