diff options
Diffstat (limited to 'executor/common_fuchsia.h')
| -rw-r--r-- | executor/common_fuchsia.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h index fb08aa2a0..d232f2a14 100644 --- a/executor/common_fuchsia.h +++ b/executor/common_fuchsia.h @@ -241,12 +241,6 @@ static int do_sandbox_none(void) } #endif -#if SYZ_EXECUTOR -#define do_sandbox_setuid() 0 -#define do_sandbox_namespace() 0 -#define do_sandbox_android_untrusted_app() 0 -#endif - // Ugly way to work around gcc's "error: function called through a non-compatible type". // The macro is used in generated C code. #define CAST(f) ({void* p = (void*)f; p; }) |
