summaryrefslogtreecommitdiff
path: root/src/diff.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-01-29 12:49:52 +0000
committerMaxime Coste <mawww@kakoune.org>2017-01-29 12:49:52 +0000
commit2b6fc6beb7b06bb98378ab05079036b398ba7a49 (patch)
tree226057ba02a7d54c85d3a08bf5e9d201281059b6 /src/diff.hh
parent68b92b9ac119deaca719bed752a421779cb28e0a (diff)
Remove unused Diff::posA field
Diffstat (limited to 'src/diff.hh')
-rw-r--r--src/diff.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/diff.hh b/src/diff.hh
index 6f462406..13f7dc40 100644
--- a/src/diff.hh
+++ b/src/diff.hh
@@ -117,7 +117,6 @@ struct Diff
enum { Keep, Add, Remove } mode;
int len;
int posB;
- int posA;
};
inline void append_diff(Vector<Diff>& diffs, Diff diff)