about summary refs log tree commit diff
path: root/net/mushroom/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'net/mushroom/src/main.rs')
-rw-r--r--net/mushroom/src/main.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/mushroom/src/main.rs b/net/mushroom/src/main.rs
deleted file mode 100644
index 2c37981880..0000000000
--- a/net/mushroom/src/main.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-use git2::Repository;
-
-fn main() {
-    let repo = Repository::init("/depot").expect("should be able to open depot");
-}