summaryrefslogtreecommitdiff
path: root/vendor/github.com/soheilhy/cmux/doc.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2017-11-01 13:57:40 -0400
committerMatthew Heon <matthew.heon@gmail.com>2017-11-01 13:57:40 -0400
commitb7f714d04d546145d257464fae9af6aec0feb568 (patch)
treeaea5305324ffa36ec0dbb3a14d2a0c55f36d44a6 /vendor/github.com/soheilhy/cmux/doc.go
parentf739ff6f4f197483a4dee80aa9c90457bb405eb5 (diff)
downloadpodman-b7f714d04d546145d257464fae9af6aec0feb568.tar.gz
podman-b7f714d04d546145d257464fae9af6aec0feb568.tar.bz2
podman-b7f714d04d546145d257464fae9af6aec0feb568.zip
Remove an unused vendor
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'vendor/github.com/soheilhy/cmux/doc.go')
-rw-r--r--vendor/github.com/soheilhy/cmux/doc.go18
1 files changed, 0 insertions, 18 deletions
diff --git a/vendor/github.com/soheilhy/cmux/doc.go b/vendor/github.com/soheilhy/cmux/doc.go
deleted file mode 100644
index aaa8f3158..000000000
--- a/vendor/github.com/soheilhy/cmux/doc.go
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2016 The CMux Authors. All rights reserved.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-// implied. See the License for the specific language governing
-// permissions and limitations under the License.
-
-// Package cmux is a library to multiplex network connections based on
-// their payload. Using cmux, you can serve different protocols from the
-// same listener.
-package cmux