@cryptotaxi247 / kubo / commits / 7ac1f5da5

remove incfusever dead-code

License: MIT Signed-off-by: Jeromy <why@ipfs.io>

Jeromy committed Apr 15, 2016 at 23:54 UTC 7ac1f5da5c98f48296a6cf7258c1ea16a284ecd8
2 files changed -16
core/commands/incfusever/doc.go deleted
-7
@@ -1,7 +0,0 @@
1 -// Package incfusever is only here to prevent go src tools (like godep)
2 -// from thinking fuseversion is not a required package. Though we do not
3 -// actually use github.com/jbenet/go-fuse-version as a library, we
4 -// _may_ need its binary. We avoid it as much as possible as compiling
5 -// it _requires_ fuse headers. Users must be able to install go-ipfs
6 -// without also installing fuse.
7 -package incfusever
core/commands/incfusever/incfusever.go deleted
-9
@@ -1,9 +0,0 @@
1 -// +build !nofuse
2 -
3 -package incfusever
4 -
5 -import (
6 - fuseversion "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version"
7 -)
8 -
9 -var _ = fuseversion.LocalFuseSystems