summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ppp/systems.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c
index e000097..bea2452 100644
--- a/usr.sbin/ppp/systems.c
+++ b/usr.sbin/ppp/systems.c
@@ -150,12 +150,6 @@ InterpretArg(const char *from, char *to)
endpwent();
break;
- case '#':
- if (!instring)
- while (*from != '\0')
- *to++ = *from++;
- break;
-
default:
*to++ = *from++;
break;
OpenPOWER on IntegriCloud