aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/capabilities_defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'network/receivepack/capabilities_defaults.go')
-rw-r--r--network/receivepack/capabilities_defaults.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/network/receivepack/capabilities_defaults.go b/network/receivepack/capabilities_defaults.go
deleted file mode 100644
index 72c36c30..00000000
--- a/network/receivepack/capabilities_defaults.go
+++ /dev/null
@@ -1,17 +0,0 @@
-package receivepack
-
-import (
- "crypto/rand"
-)
-
-func defaultAgent() string {
- return "furgit"
-}
-
-func defaultSessionID() string {
- return "furgit-" + rand.Text()
-}
-
-func defaultPushCertNonce() string {
- return "furgit-" + rand.Text()
-}