tweaks: strip a parameter that is TRUE for both calls

The parameter has been redundant since version 4.0, commit d54840c1,
when the last call with FALSE was removed.
This commit is contained in:
Benno Schulenberg
2020-03-08 12:48:41 +01:00
parent a92511ceaf
commit 01bc0148c0
3 changed files with 5 additions and 11 deletions

View File

@@ -593,7 +593,7 @@ void close_buffer(void)
free(orphan->current_stat);
free(orphan->lock_filename);
/* Free the undo stack. */
discard_until(NULL, orphan, TRUE);
discard_until(NULL, orphan);
#endif
openfile = orphan->prev;