Skip to content

Commit a6cae87

Browse files
committed
Fix: remove global variables
1 parent b37e531 commit a6cae87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jvm.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
#include <covscript/extension.hpp>
33
#include <jni.h>
44

5-
static JavaVM *jvm;
6-
static JNIEnv *env;
7-
85
static cs::extension jvm_ext;
96
static cs::extension_t jvm_ext_shared = cs::make_shared_extension(jvm_ext);
107

0 commit comments

Comments
 (0)