summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exec/priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/exec/priv.h b/exec/priv.h
index 1e836c55..7b202735 100644
--- a/exec/priv.h
+++ b/exec/priv.h
@@ -72,8 +72,6 @@ typedef struct trivfs_protid *trivfs_protid_t; /* For MiG. */
extern mach_port_t procserver; /* Our proc port. */
-#define EXECDATA_STREAM /* XXX */
-
#ifdef BFD
#define EXECDATA_STREAM /* BFD uses stdio to access the executable. */
#else