diff options
Diffstat (limited to 'src/intervals.h')
-rw-r--r-- | src/intervals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intervals.h b/src/intervals.h index 3cee7889414..9c5adf33a14 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -29,7 +29,6 @@ INLINE_HEADER_BEGIN struct interval { /* The first group of entries deal with the tree structure. */ - ptrdiff_t total_length; /* Length of myself and both children. */ ptrdiff_t position; /* Cache of interval's character position. */ /* This field is usually updated |