From 23b45a752503bd94a83d78ada7d19576d5f95a7d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 8 Aug 2018 18:16:57 +0200 Subject: executor: remove unnecessary hooks on fuchsia These are not needed now. --- executor/common_fuchsia.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'executor/common_fuchsia.h') 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() -- cgit mrf-deployment