Even more simplifications of the PP callback
[p5sagit/namespace-clean.git] / lib / namespace / clean / _PP_SG.pm
diff --git a/lib/namespace/clean/_PP_SG.pm b/lib/namespace/clean/_PP_SG.pm
deleted file mode 100644 (file)
index 768ce41..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package # hide from the pauses
-  namespace::clean::_PP_SG;
-
-use warnings;
-use strict;
-
-sub arm { bless [ $_[1] ] }
-sub DESTROY { $_[0]->[0]->() }
-
-1;