Kill Object/Reference getTyped and is helpers
commit8149e93f203081a83e8176b67fea0fb93a2c9c7b
authorAlexey Toptygin <alexeyt@fb.com>
Sat, 24 Mar 2018 02:21:30 +0000 (23 19:21 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Sat, 24 Mar 2018 02:38:34 +0000 (23 19:38 -0700)
tree886849f81a227472ed2769fd5406a107e3539e01
parent78e9c4561f25e127c9eb470c03de2a8210867c82
Kill Object/Reference getTyped and is helpers

Summary: I noticed these when looking for users of dyn_cast and friends. The getTyped helers are deprecated and totally unused. The is helpers are mentioned in the same docblock as getTyped, the Object one is totally unused, and the Resource one is used in a single place where it's trivial to stop using it. Delete these.

Reviewed By: markw65

Differential Revision: D7219264

fbshipit-source-id: 258fd79cc2795b339b09db45a17ea1a763a04ed9
hphp/runtime/base/type-object.h
hphp/runtime/base/type-resource.h
hphp/runtime/ext/sockets/ext_sockets.cpp