Skip to content
  • Damien George's avatar
    py/lexer: Remove unnecessary code, and unreachable code. · 31101d91
    Damien George authored
    Setting emit_dent=0 is unnecessary because arriving in that part of the
    if-logic will guarantee that emit_dent is already zero.
    
    The block to check indent_top(lex)>0 is unreachable because a newline is
    always inserted an the end of the input stream, and hence dedents are
    always processed before EOF.
    31101d91