[libinline-java-perl] 386/398: cleanup

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit 62eeac0d3533cb5617533c166f164ff59cc5e8e3
Author: patrick_leb <>
Date:   Fri Oct 2 14:24:06 2009 +0000

    cleanup
---
 Java/PerlNatives/PerlNatives.xs | 39 ---------------------------------------
 1 file changed, 39 deletions(-)

diff --git a/Java/PerlNatives/PerlNatives.xs b/Java/PerlNatives/PerlNatives.xs
index 37663bc..b352e02 100644
--- a/Java/PerlNatives/PerlNatives.xs
+++ b/Java/PerlNatives/PerlNatives.xs
@@ -215,42 +215,3 @@ JNIEXPORT void JNICALL Java_org_perl_inline_java_InlineJavaPerlNatives_RegisterM
 		return ;
 	}
 }
-
-
-
-/*****************************************************************************/
-
-/*
-XS(boot_Inline__Java__PerlNatives); 
-XS(boot_Inline__Java__PerlNatives)
-{
-    dXSARGS;
-
-    XS_VERSION_BOOTCHECK ;
-
-    XSRETURN_YES;
-}
-*/
-
-/* 
-	xsubpp doesn't like it when we don't specify a MODULE=... PACKAGE=...
-	line. But doing this results in calling function from libperl and we 
-	don't want that or else we will need to load that to. So we simply let
-	xsubpp do it's substitutions and define macros that cancel out the effect.
-	Anyways that code will NEVER be called.
-*/
-
-void noop(){
-}
-
-#define XS(n)					void n()
-#define dXSARGS					int dummy_dxargs = 0
-#define XS_VERSION_BOOTCHECK	noop()
-#define XSRETURN_YES			noop()
-
-#define PERL_UNUSED_VAR(var)	noop()
-
-MODULE = Inline::Java::PerlNatives   PACKAGE = Inline::Java::PerlNatives
-
-PROTOTYPES: DISABLE
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list