Skip to content

Commit

Permalink
Fix poor performance for long line text (issue #79), introduced by 13…
Browse files Browse the repository at this point in the history
…ed237 (two years ago).
  • Loading branch information
zufuliu committed Oct 22, 2018
1 parent e8a3d48 commit 55719a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scintilla/src/PositionCache.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,6 @@ void PositionCache::Clear() noexcept {
for (auto &pce : pces) {
pce.Clear();
}
pces.clear();
}
clock = 1;
allClear = true;
Expand Down

0 comments on commit 55719a0

Please sign in to comment.