提交 7746e331 编写于 作者: H Heikki Linnakangas

Remove unused PORTAL_STATUSMAX enum value

上级 2abb80fe
...@@ -100,8 +100,7 @@ typedef enum PortalStatus ...@@ -100,8 +100,7 @@ typedef enum PortalStatus
PORTAL_QUEUE, /* portal is queued (cannot delete it) */ PORTAL_QUEUE, /* portal is queued (cannot delete it) */
PORTAL_ACTIVE, /* portal is running (can't delete it) */ PORTAL_ACTIVE, /* portal is running (can't delete it) */
PORTAL_DONE, /* portal is finished (don't re-run it) */ PORTAL_DONE, /* portal is finished (don't re-run it) */
PORTAL_FAILED, /* portal got error (can't re-run it) */ PORTAL_FAILED /* portal got error (can't re-run it) */
PORTAL_STATUSMAX
} PortalStatus; } PortalStatus;
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册