Delete various dead C++ symbols
commitec5f876c0de60344c28bac934be2903b88db7b46
authorAlexey Toptygin <alexeyt@fb.com>
Sat, 24 Sep 2022 07:42:34 +0000 (24 00:42 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sat, 24 Sep 2022 07:42:34 +0000 (24 00:42 -0700)
tree4949779fc2c78d9bd8fa9f8e2c099e96fc0649ef
parent3ad83fd99a677ec0e166dd8a194f649bb772a1cd
Delete various dead C++ symbols

Summary:
These were completely unreferenced so I'm deleting them:
All the keyAsValue implementations in hphp/runtime/vm/member-operations.h
checkNativeStack in hphp/runtime/vm/interp-helpers.h
resolveDefaultParameterConstant in hphp/runtime/ext/reflection/ext_reflection.{h,cpp}

Reviewed By: edwinsmith

Differential Revision: D39753853

fbshipit-source-id: 9a0af3cadfae6e51feaee856052c38b18312bd4a
hphp/runtime/ext/reflection/ext_reflection.cpp
hphp/runtime/ext/reflection/ext_reflection.h
hphp/runtime/vm/interp-helpers.h
hphp/runtime/vm/member-operations.h