Remove unnecessary 86reifiedinit methods from base classes
commitc0ad1e81f7a11703473685fe7c670490c07b835e
authorOguz Ulgen <oulgen@fb.com>
Sat, 29 Sep 2018 05:39:55 +0000 (28 22:39 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Sat, 29 Sep 2018 05:45:09 +0000 (28 22:45 -0700)
treeadc8f520cd84ce09b5e4aa6e79478a5191ff5270
parent8556277815b749c6a6f0a01f3d9d28f19e98427a
Remove unnecessary 86reifiedinit methods from base classes

Summary: On the previous diff, we introduced 86reifiedinit methods. At compile time, any class can be reified, so all base classes needed this method. On this diff, if none base class that extends that class uses any reification, remove the extra 86reifiedinit methods from base classes.

Reviewed By: markw65

Differential Revision: D10110000

fbshipit-source-id: 60814231c7c0430074eeda4d2016c6bf23cb5fcf
hphp/hhbbc/index.cpp