diff --git a/nano.c b/nano.c index adcd70b55660d0878ef67c498c6d44b64ec0ef04..9dfab74ead6a075d98c06a0c7108a152138e27f7 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.