From: Gurusamy Sarathy Date: Sun, 28 Feb 1999 19:48:54 +0000 (+0000) Subject: remove superfluous stack_sp decl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90865234f0b2247812352b3e45e14614a8bfab63;p=p5sagit%2Fp5-mst-13.2.git remove superfluous stack_sp decl p4raw-id: //depot/perl@3035 --- diff --git a/jpl/JNI/JNI.xs b/jpl/JNI/JNI.xs index 10eb2cf..080e10f 100644 --- a/jpl/JNI/JNI.xs +++ b/jpl/JNI/JNI.xs @@ -12,7 +12,6 @@ #include #include -extern SV** stack_sp; extern JNIEnv* jplcurenv; extern int jpldebug;