OSDN Git Service

Thanos did someting
[bytom/vapor.git] / blockchain / pseudohsm / watch_fallback.go
diff --git a/blockchain/pseudohsm/watch_fallback.go b/blockchain/pseudohsm/watch_fallback.go
deleted file mode 100644 (file)
index 32dfdad..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// +build ios linux,arm64 !darwin,!freebsd,!linux,!netbsd,!solaris,!windows
-
-// This is the fallback implementation of directory watching.
-// It is used on unsupported platforms.
-
-package pseudohsm
-
-type watcher struct{ running bool }
-
-func newWatcher(*keyCache) *watcher { return new(watcher) }
-func (*watcher) start()             {}
-func (*watcher) close()             {}