Ref cruft: delete some purely dead things.
commit557967e82904c7ea97a030be8d77b31e82f15270
authorAlexey Toptygin <alexeyt@fb.com>
Tue, 29 Oct 2019 16:59:53 +0000 (29 09:59 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 29 Oct 2019 17:02:34 +0000 (29 10:02 -0700)
treed7766a88cae7c98d04a5c5f8fd4d3482604e2e95
parentb29231d64d84f41b48f2757d0a32279817148788
Ref cruft: delete some purely dead things.

Summary:
Delete
 * throwRefInvalidArrayValueException
 * raise_property_typehint_binding_error
 * s_ref in type-string.cpp
 * the bool convert template param to c_AwaitAllWaitHandle::Create
 * InputInfo's dontGuardInner member
 * setReferenced/m_referenced in variable-serializer
 * sundry WithRef methods in GlobalsArray

Reviewed By: markw65

Differential Revision: D18176954

fbshipit-source-id: 438d949bf77f7f2e30368b26cd2ec0948e951c17
13 files changed:
hphp/runtime/base/array-data.cpp
hphp/runtime/base/array-data.h
hphp/runtime/base/runtime-error.cpp
hphp/runtime/base/runtime-error.h
hphp/runtime/base/type-string.cpp
hphp/runtime/base/variable-serializer.cpp
hphp/runtime/base/variable-serializer.h
hphp/runtime/ext/asio/ext_await-all-wait-handle.cpp
hphp/runtime/ext/asio/ext_await-all-wait-handle.h
hphp/runtime/vm/globals-array.cpp
hphp/runtime/vm/globals-array.h
hphp/runtime/vm/jit/translator-inl.h
hphp/runtime/vm/jit/translator.h