aboutsummaryrefslogtreecommitdiffstats
path: root/testing/go-bindata/go-remove-runtime.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/go-bindata/go-remove-runtime.patch')
-rw-r--r--testing/go-bindata/go-remove-runtime.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/testing/go-bindata/go-remove-runtime.patch b/testing/go-bindata/go-remove-runtime.patch
deleted file mode 100644
index 4cb0349f72..0000000000
--- a/testing/go-bindata/go-remove-runtime.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./go-bindata/version.go.orig
-+++ ./go-bindata/version.go
-@@ -6,7 +6,6 @@
-
- import (
- "fmt"
-- "runtime"
- )
-
- const (
-@@ -27,5 +26,5 @@
- }
-
- return fmt.Sprintf("%s %d.%d.%s (Go runtime %s).\nCopyright (c) 2010-2013, Jim Teeuwen.",
-- AppName, AppVersionMajor, AppVersionMinor, AppVersionRev, runtime.Version())
-+ AppName, AppVersionMajor, AppVersionMinor, AppVersionRev, "1.7.0")
- }