Eliminate dead code from parser
commitee89706f31675e2c5ede9e7117058ccd5c1f3e54
authorHerman Venter <hermanv@fb.com>
Thu, 12 Dec 2013 01:23:59 +0000 (11 17:23 -0800)
committerSara Golemon <sgolemon@fb.com>
Fri, 13 Dec 2013 20:39:17 +0000 (13 12:39 -0800)
tree06c0c85589193a6849aaa8e2b1bc67e1911bb3c7
parent7923afb3ede6c745137a54d6e1cec7e79b1ac2fd
Eliminate dead code from parser

The parser has a mechanism for creating a list of statements that are prepended to the next statement added to the main list of statements. This code is completely dead and serves only to confuse the reader.

Reviewed By: @jdelong

Differential Revision: D1093564
hphp/compiler/parser/parser.cpp
hphp/compiler/parser/parser.h