Remove unused variables and module import
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Trigger.pm
index 419effd..a82e306 100644 (file)
@@ -40,10 +40,6 @@ with qw(
   SQL::Translator::Schema::Role::Compare
 );
 
-use Carp;
-
-our ( $TABLE_COUNT, $VIEW_COUNT );
-
 our $VERSION = '1.59';
 
 =head2 new