Some (very minor) fixups of emit_dups calls in e570488a
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
index 19434b4..5987f75 100644 (file)
@@ -9,8 +9,7 @@ use DBIx::Class::Carp;
 use Try::Tiny;
 use Scalar::Util qw( weaken blessed refaddr );
 use DBIx::Class::_Util qw(
-  false emit_loud_diag refdesc
-  refcount quote_sub scope_guard
+  refdesc refcount quote_sub scope_guard
   is_exception dbic_internal_try
   fail_on_internal_call emit_loud_diag
 );