aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_fuchsia.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_fuchsia.h')
-rw-r--r--executor/common_fuchsia.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h
index cb29f715e..19bdd280c 100644
--- a/executor/common_fuchsia.h
+++ b/executor/common_fuchsia.h
@@ -272,7 +272,3 @@ static int do_sandbox_none(void)
return 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; })