move XS code to separate dist
[p5sagit/Devel-GlobalDestruction.git] / GlobalDestruction.xs
diff --git a/GlobalDestruction.xs b/GlobalDestruction.xs
deleted file mode 100644 (file)
index 520c93e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "EXTERN.h"
-#include "perl.h"
-#include "XSUB.h"
-
-#include "ppport.h"
-
-MODULE = Devel::GlobalDestruction PACKAGE = Devel::GlobalDestruction
-
-PROTOTYPES: ENABLE
-
-I32
-in_global_destruction()
-   PROTOTYPE:
-   CODE:
-      RETVAL = PL_dirty;
-   OUTPUT:
-      RETVAL