summaryrefslogtreecommitdiffstats
path: root/contrib/less/linenum.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/linenum.c')
-rw-r--r--contrib/less/linenum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/less/linenum.c b/contrib/less/linenum.c
index e75711c..7a90cd5 100644
--- a/contrib/less/linenum.c
+++ b/contrib/less/linenum.c
@@ -297,7 +297,6 @@ find_linenum(pos)
* The decision is based on which way involves
* traversing fewer bytes in the file.
*/
- flush();
#if HAVE_TIME
startime = get_time();
#endif
@@ -386,7 +385,6 @@ find_pos(lno)
/* Found it exactly. */
return (p->pos);
- flush();
if (p == &anchor || lno - p->prev->line < p->line - lno)
{
/*
OpenPOWER on IntegriCloud