From: Adam Rogoyski Date: Thu, 6 Jul 2000 02:01:44 +0000 (+0000) Subject: - remove old assert() from do_wrap(). X-Git-Tag: v0.9.12~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=01dc83ae129d294b247c45543f8074f129aa6786;p=nano.git - remove old assert() from do_wrap(). git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@73 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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.