From 7341ead2aade10ea1b833e94275277658741883a Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Mon, 18 Aug 2025 21:09:11 +0200 Subject: switch to multi-module project structure --- src/main/kotlin/NinePMacros.kt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/main/kotlin/NinePMacros.kt (limited to 'src/main/kotlin/NinePMacros.kt') diff --git a/src/main/kotlin/NinePMacros.kt b/src/main/kotlin/NinePMacros.kt deleted file mode 100644 index 738732b..0000000 --- a/src/main/kotlin/NinePMacros.kt +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Handy function that initializes the 9P connection. - */ -fun initNineP(npconn: NinePConnection) { - // TODO: implement -} \ No newline at end of file -- cgit v1.2.3