Skip to content

Commit 39af7d9

Browse files
committed
remove config mode
1 parent 823d685 commit 39af7d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/SwiftJavaTool/Commands/JExtractCommand.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ extension SwiftJava {
8181

8282
@Option(help: "The mode to use for extracting asynchronous Swift functions. By default async methods are extracted as Java functions returning CompletableFuture.")
8383
var asyncFuncMode: JExtractAsyncFuncMode?
84-
85-
@Flag
86-
var swiftJavaConfigMode = false
8784
}
8885
}
8986

0 commit comments

Comments
 (0)