summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emu/port/pgrp.c1
-rw-r--r--os/port/pgrp.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/emu/port/pgrp.c b/emu/port/pgrp.c
index 55fa6c01..670230de 100644
--- a/emu/port/pgrp.c
+++ b/emu/port/pgrp.c
@@ -16,7 +16,6 @@ newpgrp(void)
p->r.ref = 1;
p->pgrpid = incref(&pgrpid);
p->progmode = 0644;
- p->privatemem = 0;
return p;
}
diff --git a/os/port/pgrp.c b/os/port/pgrp.c
index 309e2153..b814c185 100644
--- a/os/port/pgrp.c
+++ b/os/port/pgrp.c
@@ -17,7 +17,6 @@ newpgrp(void)
p->ref = 1;
p->pgrpid = incref(&pgrpid);
p->progmode = 0644;
- p->privatemem = 0;
return p;
}