Remove some unused has* methods from hphpc
commit58a7b064580ec9f20e4814227188df85574746db
authorMark Williams <mwilliams@fb.com>
Tue, 26 Sep 2017 13:39:01 +0000 (26 06:39 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 26 Sep 2017 13:53:45 +0000 (26 06:53 -0700)
tree942f6696ba740797c13c43dc13204a6cd00a14ab
parentabf1663d6e9239d6e3f3cbb49622fc78d3749e74
Remove some unused has* methods from hphpc

Summary: They're dead.

Reviewed By: paulbiss, ricklavoie

Differential Revision: D5899851

fbshipit-source-id: 1fa8579c8b4f70e1692b92c7ffed9358b148219c
40 files changed:
hphp/compiler/analysis/analysis_result.cpp
hphp/compiler/analysis/file_scope.cpp
hphp/compiler/analysis/file_scope.h
hphp/compiler/analysis/function_scope.cpp
hphp/compiler/analysis/function_scope.h
hphp/compiler/construct.h
hphp/compiler/expression/expression_list.cpp
hphp/compiler/expression/expression_list.h
hphp/compiler/expression/simple_function_call.cpp
hphp/compiler/expression/simple_function_call.h
hphp/compiler/statement/block_statement.cpp
hphp/compiler/statement/block_statement.h
hphp/compiler/statement/case_statement.h
hphp/compiler/statement/catch_statement.h
hphp/compiler/statement/class_statement.cpp
hphp/compiler/statement/class_statement.h
hphp/compiler/statement/do_statement.h
hphp/compiler/statement/exp_statement.cpp
hphp/compiler/statement/exp_statement.h
hphp/compiler/statement/finally_statement.cpp
hphp/compiler/statement/finally_statement.h
hphp/compiler/statement/for_statement.h
hphp/compiler/statement/foreach_statement.h
hphp/compiler/statement/function_statement.cpp
hphp/compiler/statement/function_statement.h
hphp/compiler/statement/if_branch_statement.h
hphp/compiler/statement/if_statement.cpp
hphp/compiler/statement/if_statement.h
hphp/compiler/statement/interface_statement.cpp
hphp/compiler/statement/interface_statement.h
hphp/compiler/statement/method_statement.h
hphp/compiler/statement/return_statement.h
hphp/compiler/statement/statement.h
hphp/compiler/statement/statement_list.cpp
hphp/compiler/statement/statement_list.h
hphp/compiler/statement/switch_statement.cpp
hphp/compiler/statement/switch_statement.h
hphp/compiler/statement/try_statement.cpp
hphp/compiler/statement/try_statement.h
hphp/compiler/statement/while_statement.h