rootfs: remove unused functions

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2017-08-12 07:08:28 +00:00
parent ca9dec32de
commit 4e2337794c
3 changed files with 0 additions and 220 deletions

View File

@@ -1,7 +0,0 @@
// +build !linux
package rootfs
const (
defaultInitializer = ""
)