diff options
author | nyamatongwe <devnull@localhost> | 2012-04-14 17:48:28 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-04-14 17:48:28 +1000 |
commit | dac7fe49689a2edbd42a9b5fed10a94ea05969fc (patch) | |
tree | c1f660ab79916297ebebd55734a910ab3ed82c46 /src/Document.cxx | |
parent | 49881a5c750fb76222c8869804e79c766fdde62b (diff) | |
download | scintilla-mirror-dac7fe49689a2edbd42a9b5fed10a94ea05969fc.tar.gz |
Remove dead code. Feature #3517596.
From Marko Njezic.
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 |