diff options
Diffstat (limited to 'src/irmd/reg/ipcp.h')
-rw-r--r-- | src/irmd/reg/ipcp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/irmd/reg/ipcp.h b/src/irmd/reg/ipcp.h index c669a0e1..6dfdfb6b 100644 --- a/src/irmd/reg/ipcp.h +++ b/src/irmd/reg/ipcp.h @@ -25,12 +25,6 @@ #include <ouroboros/list.h> -enum ipcp_state { - IPCP_NULL = 0, - IPCP_BOOT, - IPCP_LIVE -}; - struct reg_ipcp { struct list_head next; |