aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2011-12-02 13:13:08 +1100
committernyamatongwe <nyamatongwe@gmail.com>2011-12-02 13:13:08 +1100
commit47b1be2e5e81496e33ab5515262d164ce869e2d7 (patch)
tree80635faee6fc41cc1364ee92265b8703018c656b
parentb18d0604c5bfc2f6441347bfe9a0583fd5c52c59 (diff)
downloadscintilla-mirror-47b1be2e5e81496e33ab5515262d164ce869e2d7.tar.gz
Remove dead assignment.
-rw-r--r--lexers/LexCoffeeScript.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lexers/LexCoffeeScript.cxx b/lexers/LexCoffeeScript.cxx
index 590cef5e1..96d5d2d96 100644
--- a/lexers/LexCoffeeScript.cxx
+++ b/lexers/LexCoffeeScript.cxx
@@ -469,7 +469,6 @@ static void FoldCoffeeScriptDoc(unsigned int startPos, int length, int,
int indentCurrentLevel = indentCurrent & SC_FOLDLEVELNUMBERMASK;
// Set up initial loop state
- startPos = styler.LineStart(lineCurrent);
int prevComment = 0;
if (lineCurrent >= 1)
prevComment = foldComment && IsCommentLine(lineCurrent - 1, styler);