diff options
| -rw-r--r-- | txt.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -129,7 +129,6 @@ static inline TxtLoc resolve_loc(TxtLoc l) { static TxtLoc txt_post_edit(TxtLoc l) { l = resolve_loc(l); - ASSERT(txt_valid_loc(l)); loop: if (txt_trim_empty(&l)) { ASSERT(txt_valid_loc(l)); |
