Skip to content

Commit

Permalink
delete unused sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
takkaw committed Jun 6, 2012
1 parent e3454ed commit bc7e0cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lexer.coffee
Expand Up @@ -259,7 +259,6 @@ exports.Lexer = class Lexer
indent = match[0]
@line += count indent, '\n'
@seenFor = no
prev = last @tokens, 1
size = indent.length - 1 - indent.lastIndexOf '\n'
noNewlines = @unfinished()
if size - @indebt is @indent
Expand Down

0 comments on commit bc7e0cf

Please sign in to comment.