aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_fuchsia.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-08-08 18:16:57 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-08-09 16:05:46 +0200
commit23b45a752503bd94a83d78ada7d19576d5f95a7d (patch)
tree314f3a4d05bbd5cee30887b34bb288890f362257 /executor/common_fuchsia.h
parent2eeda842c89d39fee894ae34dca9829e3d77cf43 (diff)
executor: remove unnecessary hooks on fuchsia
These are not needed now.
Diffstat (limited to 'executor/common_fuchsia.h')
-rw-r--r--executor/common_fuchsia.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h
index 05c9e34ff..6740c0e95 100644
--- a/executor/common_fuchsia.h
+++ b/executor/common_fuchsia.h
@@ -242,8 +242,3 @@ static int do_sandbox_none(void)
#define do_sandbox_setuid() 0
#define do_sandbox_namespace() 0
#endif
-
-#define setup_loop()
-#define reset_loop()
-#define setup_test()
-#define reset_test()