summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fastos/src/vespa/fastos/unix_process.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/fastos/src/vespa/fastos/unix_process.h b/fastos/src/vespa/fastos/unix_process.h
index 7dcfc733b7c..1feac863297 100644
--- a/fastos/src/vespa/fastos/unix_process.h
+++ b/fastos/src/vespa/fastos/unix_process.h
@@ -156,22 +156,6 @@ private:
FastOS_UNIX_ProcessStarter(const FastOS_UNIX_ProcessStarter&);
FastOS_UNIX_ProcessStarter& operator=(const FastOS_UNIX_ProcessStarter&);
-public:
-
- enum Constants
- {
- CODE_EXIT,
- CODE_NEWPROCESS,
- CODE_WAIT,
-
- CODE_SUCCESS,
- CODE_FAILURE,
-
- MAX_PROCESSES_PER_WAIT = 50,
-
- CONSTEND
- };
-
protected:
FastOS_ApplicationInterface *_app;