diff options
Diffstat (limited to 'src/irmd/ipcp.c')
-rw-r--r-- | src/irmd/ipcp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/irmd/ipcp.c b/src/irmd/ipcp.c index b0d11a96..a6b0d20a 100644 --- a/src/irmd/ipcp.c +++ b/src/irmd/ipcp.c @@ -155,9 +155,6 @@ pid_t ipcp_create(const char * name, case IPCP_LOCAL: exec_name = IPCP_LOCAL_EXEC; break; - case IPCP_RAPTOR: - exec_name = IPCP_RAPTOR_EXEC; - break; default: return -1; } |