Remove old, unused variables
[gitmo/Mouse.git] / lib / Mouse / Util / TypeConstraints.pm
index 71a0c72..9582efd 100644 (file)
@@ -17,8 +17,6 @@ our @EXPORT = qw(
 );
 
 my %TYPE;
-my %COERCE;
-my %COERCE_KEYS;
 
 sub as ($) {
     return(as => $_[0]);