diff options
Diffstat (limited to 'src/Document.cxx')
-rw-r--r-- | src/Document.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Document.cxx b/src/Document.cxx index 98cb48fcf..e0c304456 100644 --- a/src/Document.cxx +++ b/src/Document.cxx @@ -57,7 +57,6 @@ static inline bool IsUpperCase(char ch) { } void LexInterface::Colourise(int start, int end) { - ElapsedTime et; if (pdoc && instance && !performingStyle) { // Protect against reentrance, which may occur, for example, when // fold points are discovered while performing styling and the folding |