summaryrefslogtreecommitdiff
path: root/src/main/kotlin/Utils.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/Utils.kt')
-rw-r--r--src/main/kotlin/Utils.kt9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/kotlin/Utils.kt b/src/main/kotlin/Utils.kt
index 2f5dbd4..45185de 100644
--- a/src/main/kotlin/Utils.kt
+++ b/src/main/kotlin/Utils.kt
@@ -1,5 +1,3 @@
-import java.net.InetAddress
-
const val DEFAULT_9P_PORT: UShort = 564u
const val DEFAULT_9P_TLS_PORT: UShort = 17020u
@@ -37,11 +35,4 @@ fun nineAddressToValues(nineAddress: String): Pair<String, UShort> {
}
return Pair(address, port)
-}
-
-/**
- * Handy function that initializes the 9P connection.
- */
-fun initNineP(npconn: NinePConnection) {
- // TODO: implement
} \ No newline at end of file