Remove all WithRef helpers
commit387d2869da284223d69937940a9d943fe74b6ee1
authorPaul Bissonnette <paulbiss@fb.com>
Fri, 25 Oct 2019 22:41:26 +0000 (25 15:41 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 25 Oct 2019 22:45:08 +0000 (25 15:45 -0700)
tree03b8084885ec667e4f092da6febe90376dcbdd2c
parent0280178d53e9a84f96153b8cb556e08c9e753513
Remove all WithRef helpers

Summary: As nothing can contain refs anymore there's no longer any need for `WithRef` helpers.

Reviewed By: ricklavoie

Differential Revision: D18018747

fbshipit-source-id: 864dbf5cddaf315e75bef453008b465f7513295e
30 files changed:
hphp/runtime/base/apc-local-array.cpp
hphp/runtime/base/apc-local-array.h
hphp/runtime/base/array-common.cpp
hphp/runtime/base/array-data-defs.h
hphp/runtime/base/array-data.cpp
hphp/runtime/base/array-data.h
hphp/runtime/base/array-helpers.h
hphp/runtime/base/array-init.h
hphp/runtime/base/array-util.cpp
hphp/runtime/base/empty-array.cpp
hphp/runtime/base/empty-array.h
hphp/runtime/base/mixed-array-defs.h
hphp/runtime/base/mixed-array.cpp
hphp/runtime/base/mixed-array.h
hphp/runtime/base/object-data.cpp
hphp/runtime/base/packed-array.cpp
hphp/runtime/base/packed-array.h
hphp/runtime/base/record-array.cpp
hphp/runtime/base/record-array.h
hphp/runtime/base/set-array.cpp
hphp/runtime/base/set-array.h
hphp/runtime/base/tv-mutate.h
hphp/runtime/base/type-array.cpp
hphp/runtime/base/type-array.h
hphp/runtime/base/type-variant.h
hphp/runtime/base/variable-serializer.cpp
hphp/runtime/ext/array/ext_array.cpp
hphp/runtime/ext/generator/ext_generator.cpp
hphp/runtime/vm/bytecode.cpp
hphp/runtime/vm/name-value-table.cpp