aboutsummaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-09-01 21:00:18 +0000
committerArne Juul <arnej@verizonmedia.com>2021-09-01 21:00:18 +0000
commit6659f817466c7f552a3a0891081a743194e448c8 (patch)
treef91bb7244a3627316b4d8e0f2e171b9f8221927b /fastos
parent37f520dd8ddff1394db733ea6fd726dad23f1cfe (diff)
remove unused enum
Diffstat (limited to 'fastos')
-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;