summaryrefslogtreecommitdiff
path: root/doPatches.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatches.go')
-rw-r--r--doPatches.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/doPatches.go b/doPatches.go
deleted file mode 100644
index 8f7b6dd..0000000
--- a/doPatches.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package main
-
-import (
- "go.wit.com/log"
-)
-
-func doSubmit(name string) {
- if err := sendDevelDiff(name); err != nil {
- log.Info("sending patches failed", err)
- } else {
- log.Info("sent patch set ok")
- }
-}