aboutsummaryrefslogtreecommitdiff
path: root/examples/network/http_server_simplistic_commented.py
diff options
context:
space:
mode:
authorDamien George2016-10-12 11:00:17 +1100
committerDamien George2016-10-12 11:00:17 +1100
commit31101d91ceb5758c17d02b7d41bffbd387cad112 (patch)
tree6b2b9f1d1263f73f567ec523cfdbf1df8da72663 /examples/network/http_server_simplistic_commented.py
parentdeaa57acf3db104e2c1a54c6bf4bbd96f95583f4 (diff)
py/lexer: Remove unnecessary code, and unreachable code.
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.
Diffstat (limited to 'examples/network/http_server_simplistic_commented.py')
0 files changed, 0 insertions, 0 deletions