summaryrefslogtreecommitdiff
path: root/ipc/glue/GeckoChildProcessHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/glue/GeckoChildProcessHost.h')
-rw-r--r--ipc/glue/GeckoChildProcessHost.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ipc/glue/GeckoChildProcessHost.h b/ipc/glue/GeckoChildProcessHost.h
index 529fde6f03..561c3c6d2d 100644
--- a/ipc/glue/GeckoChildProcessHost.h
+++ b/ipc/glue/GeckoChildProcessHost.h
@@ -101,12 +101,6 @@ public:
return mProcessType;
}
-#ifdef XP_MACOSX
- task_t GetChildTask() {
- return mChildTask;
- }
-#endif
-
/**
* Must run on the IO thread. Cause the OS process to exit and
* ensure its OS resources are cleaned up.