Skip to content

Commit 112d1b7

Browse files
committed
remove temp code
1 parent 5c2ff49 commit 112d1b7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Sources/SwiftJavaRuntimeSupport/JNI.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,3 @@ public final class JNI {
4444
public func _JNI_OnLoad(_ javaVM: JavaVMPointer, _ reserved: UnsafeMutableRawPointer) {
4545
JNI.shared = JNI(fromVM: JavaVirtualMachine(adoptingJVM: javaVM))
4646
}
47-
48-
public protocol ApplicationClassLoadable: AnyJavaObjectWithCustomClassLoader {}
49-
extension ApplicationClassLoadable {
50-
public static func getJavaClassLoader(in environment: JNIEnvironment) throws -> JavaClassLoader! {
51-
JNI.shared.applicationClassLoader
52-
}
53-
}

0 commit comments

Comments
 (0)