Kill redundant MixedArray::mixedData and ::mixedHash methods.
commit1ed8df7bff4018f463dae9d9b6deecb50448ddce
authorAlexey Toptygin <alexeyt@fb.com>
Sun, 9 Jul 2017 19:27:08 +0000 (9 12:27 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Sun, 9 Jul 2017 19:34:05 +0000 (9 12:34 -0700)
tree85d1ab989a577083cad8f3ba335a01db3178119a
parent0ee60a5da5dfc9507b2941565b3e3d35bdab55db
Kill redundant MixedArray::mixedData and ::mixedHash methods.

Summary: MixedArray::mixedData and MixedArray::mixedHash were redundant: MixedArray inherits HashTable::data and HashTable::HashTab; remove the MixedArray methods and use the HashTable ones.

Reviewed By: edwinsmith

Differential Revision: D5380454

fbshipit-source-id: 8c7c780321a127bb32aa5839042657c68451a800
hphp/runtime/base/mixed-array-defs.h
hphp/runtime/base/mixed-array.cpp