aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexSmalltalk.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/LexSmalltalk.cxx')
-rw-r--r--src/LexSmalltalk.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexSmalltalk.cxx b/src/LexSmalltalk.cxx
index 159390041..8fc450ec9 100644
--- a/src/LexSmalltalk.cxx
+++ b/src/LexSmalltalk.cxx
@@ -246,7 +246,6 @@ static void handleLetter(StyleContext& sc)
ident[0] = static_cast<char>(sc.ch);
il = 1;
- doubleColonPresent;
while (isAlphaNumeric(sc.chNext)) {
ident[il++] = static_cast<char>(sc.chNext);
sc.Forward();