about summary refs log tree commit diff
path: root/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'edit.h')
-rw-r--r--edit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/edit.h b/edit.h
index d15e5fb..49adb7f 100644
--- a/edit.h
+++ b/edit.h
@@ -45,7 +45,6 @@ struct Edit {
 	struct {
 		char *buf;
 		size_t pos;
-		size_t len;
 	} mbs;
 };