summaryrefslogtreecommitdiff
path: root/optfunc.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-06-09 22:50:10 +0000
committerXin LI <delphij@FreeBSD.org>2011-06-09 22:50:10 +0000
commit5b2db585ea1bc974ea3553d32447fba4e9ec0c2a (patch)
treedcf44d44b0250e9ec806b73a002e888e98c588aa /optfunc.c
parented915d8294a373813108148f47b424e1152e4a5d (diff)
Diffstat (limited to 'optfunc.c')
-rw-r--r--optfunc.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/optfunc.c b/optfunc.c
index 79ac7c62268a..a0aa10a81cd3 100644
--- a/optfunc.c
+++ b/optfunc.c
@@ -132,34 +132,6 @@ opt__O(type, s)
#endif
/*
- * Handlers for -l option.
- */
- public void
-opt_l(type, s)
- int type;
- char *s;
-{
- int err;
- int n;
- char *t;
-
- switch (type)
- {
- case INIT:
- t = s;
- n = getnum(&t, "l", &err);
- if (err || n <= 0)
- {
- error("Line number is required after -l", NULL_PARG);
- return;
- }
- plusoption = TRUE;
- ungetsc(s);
- break;
- }
-}
-
-/*
* Handlers for -j option.
*/
public void