tweaks: remove a redundant assignment

This commit is contained in:
Benno Schulenberg 2016-05-23 21:25:00 +02:00
parent 99e6293cd0
commit a617d9c05e
1 changed files with 0 additions and 1 deletions

View File

@ -746,7 +746,6 @@ void read_file(FILE *f, int fd, const char *filename, bool undoable, bool checkw
assert(openfile->fileage != NULL && openfile->current != NULL);
buf = charalloc(bufx);
buf[0] = '\0';
#ifndef NANO_TINY
if (undoable)