diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-28 19:48:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-28 19:48:54 +0000 |
commit | 90865234f0b2247812352b3e45e14614a8bfab63 (patch) | |
tree | aac49723d7e331203303c61eaa7a2a84fda4bf20 /jpl | |
parent | 55118cb02d491422c2d48a8ca09d926404a7a628 (diff) | |
download | perl-90865234f0b2247812352b3e45e14614a8bfab63.tar.gz |
remove superfluous stack_sp decl
p4raw-id: //depot/perl@3035
Diffstat (limited to 'jpl')
-rw-r--r-- | jpl/JNI/JNI.xs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jpl/JNI/JNI.xs b/jpl/JNI/JNI.xs index 10eb2cf4ab..080e10f60c 100644 --- a/jpl/JNI/JNI.xs +++ b/jpl/JNI/JNI.xs @@ -12,7 +12,6 @@ #include <jni.h> #include <dlfcn.h> -extern SV** stack_sp; extern JNIEnv* jplcurenv; extern int jpldebug; |