aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/host_fuchsia.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/host/host_fuchsia.go')
-rw-r--r--pkg/host/host_fuchsia.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/host/host_fuchsia.go b/pkg/host/host_fuchsia.go
index 87143d768..ea6a92700 100644
--- a/pkg/host/host_fuchsia.go
+++ b/pkg/host/host_fuchsia.go
@@ -12,7 +12,3 @@ import (
func isSupported(c *prog.Syscall, sandbox string) (bool, string) {
return true, ""
}
-
-func EnableFaultInjection() error {
- return nil
-}