Skip to content

Commit b51765d

Browse files
committed
unused method
1 parent 632ea9f commit b51765d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

svm-jvm-conc/src/main/java/com/lexicalscope/svm/vm/conc/JvmBuilder.java

-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ public JvmBuilder searchWith(final StateSearchFactory searchFactory) {
5050
return this;
5151
}
5252

53-
public void addNative(NativeMethodDef nativeMethod) {
54-
this.initialState().natives();
55-
}
56-
5753
public InitialStateBuilder initialState() {
5854
return this.initialStateBuilder;
5955
}

0 commit comments

Comments
 (0)