OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / whyrusleeping / tar-utils / sanitize.go
diff --git a/vendor/github.com/whyrusleeping/tar-utils/sanitize.go b/vendor/github.com/whyrusleeping/tar-utils/sanitize.go
deleted file mode 100644 (file)
index c54c7f3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-// +build !windows
-
-package tar
-
-import (
-       "os"
-)
-
-func isNullDevice(path string) bool {
-       return path == os.DevNull
-}
-
-func sanitizePath(path string) (string, error) {
-       return path, nil
-}
-
-func platformLink(inLink Link) error {
-       return nil
-}