From 5b2db585ea1bc974ea3553d32447fba4e9ec0c2a Mon Sep 17 00:00:00 2001 From: Xin LI Date: Thu, 9 Jun 2011 22:50:10 +0000 Subject: Vendor import of less v444. --- optfunc.c | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'optfunc.c') diff --git a/optfunc.c b/optfunc.c index 79ac7c62268a..a0aa10a81cd3 100644 --- a/optfunc.c +++ b/optfunc.c @@ -131,34 +131,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. */ -- cgit v1.3