summaryrefslogtreecommitdiff
path: root/src/diff.hh
diff options
context:
space:
mode:
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)