From 01dc83ae129d294b247c45543f8074f129aa6786 Mon Sep 17 00:00:00 2001
From: Adam Rogoyski <rogoyski@cs.utexas.edu>
Date: Thu, 6 Jul 2000 02:01:44 +0000
Subject: [PATCH] - remove old assert() from do_wrap().

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@73 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 nano.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nano.c b/nano.c
index adcd70b5..9dfab74e 100644
--- a/nano.c
+++ b/nano.c
@@ -625,8 +625,6 @@ void do_wrap(filestruct * inptr, char input_char)
 	    break;
     }
 
-    assert(current_word_end_t > fill);
-
     /* There are a few (ever changing) cases of what the line could look like.
      * 1) only one word on the line before wrap point.
      *    a) one word takes up the whole line with no starting spaces.
-- 
GitLab