Kill various SymbolTable attributes
commit0b7190b0ff484ba585f408da4b2456cc51ff617c
authorMark Williams <mwilliams@fb.com>
Mon, 7 Aug 2017 01:23:13 +0000 (6 18:23 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 7 Aug 2017 01:32:51 +0000 (6 18:32 -0700)
tree9aec218313c59974aa08c8e49d5df8e2f056dbc1
parentae187984d68bcca24bac93b9979bf62282dcb80d
Kill various SymbolTable attributes

Summary: They were all either write-only, or read but not written.

Reviewed By: ricklavoie

Differential Revision: D5572134

fbshipit-source-id: bb205b697e757e9a1abeb1d0e8bf856094c18534
14 files changed:
hphp/compiler/analysis/symbol_table.h
hphp/compiler/analysis/variable_table.cpp
hphp/compiler/analysis/variable_table.h
hphp/compiler/construct.h
hphp/compiler/expression/array_element_expression.cpp
hphp/compiler/expression/assignment_expression.cpp
hphp/compiler/expression/assignment_expression.h
hphp/compiler/expression/closure_expression.cpp
hphp/compiler/expression/expression.cpp
hphp/compiler/expression/expression.h
hphp/compiler/expression/function_call.cpp
hphp/compiler/expression/list_assignment.cpp
hphp/compiler/expression/simple_variable.cpp
hphp/compiler/expression/simple_variable.h