aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexHTML.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-09-19 07:35:52 +0000
committernyamatongwe <unknown>2001-09-19 07:35:52 +0000
commite9da3dad7b71caf6ead01bf0ca10438bc822cf87 (patch)
treeeaa35a36599d6f657cafb8c58565124cf0d31dfc /src/LexHTML.cxx
parent63883c49319aac3fa8d94835ab871fef88a2307c (diff)
downloadscintilla-mirror-e9da3dad7b71caf6ead01bf0ca10438bc822cf87.tar.gz
Removed line with no effect to avoid Borland warning.
Diffstat (limited to 'src/LexHTML.cxx')
-rw-r--r--src/LexHTML.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx
index e6861f77f..3a03096f8 100644
--- a/src/LexHTML.cxx
+++ b/src/LexHTML.cxx
@@ -805,7 +805,6 @@ static void ColouriseHyperTextDoc(unsigned int startPos, int length, int initSty
i += size - 1;
visibleChars += size - 1;
ch = styler.SafeGetCharAt(i);
- chNext = styler.SafeGetCharAt(i + 1);
state = SCE_H_SGML_DEFAULT;
continue;
}