summaryrefslogtreecommitdiff
path: root/vendor/github.com/ugorji/go/codec/gen_16.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/ugorji/go/codec/gen_16.go')
-rw-r--r--vendor/github.com/ugorji/go/codec/gen_16.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/github.com/ugorji/go/codec/gen_16.go b/vendor/github.com/ugorji/go/codec/gen_16.go
deleted file mode 100644
index 87c04e2e1..000000000
--- a/vendor/github.com/ugorji/go/codec/gen_16.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (c) 2012-2015 Ugorji Nwoke. All rights reserved.
-// Use of this source code is governed by a MIT license found in the LICENSE file.
-
-// +build go1.6
-
-package codec
-
-import "os"
-
-func init() {
- genCheckVendor = os.Getenv("GO15VENDOREXPERIMENT") != "0"
-}