summary refs log tree commit diff
path: root/bin/edi/file.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/edi/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/edi/file.c b/bin/edi/file.c
index 322b5616..bfab9293 100644
--- a/bin/edi/file.c
+++ b/bin/edi/file.c
@@ -34,7 +34,6 @@ struct File fileAlloc(char *path) {
 		.path = path,
 		.buf = bufferAlloc(BufCap),
 		.log = logAlloc(LogCap),
-		.clean = 0,
 	};
 	if (!path) logPush(&file.log, TableEmpty);
 	return file;