Combine MArrayIter and FullPos into one class
commite69a50a79c58db58523d70ae2bb0e29522cad3ae
authorJordan DeLong <jdelong@fb.com>
Sun, 16 Mar 2014 05:27:07 +0000 (15 22:27 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 20 Mar 2014 05:31:30 +0000 (19 22:31 -0700)
tree47cda58acdf2e110080b083cd23222e550087e90
parent8992d93231a8ab5c166a048f41830a5019d25dd5
Combine MArrayIter and FullPos into one class

Now that MutableArrayIter is dead, no need for the two
things.  Also delete the copy constructor and copy assignment
operator.

Reviewed By: @edwinsmith

Differential Revision: D1223447
15 files changed:
hphp/runtime/base/apc-local-array.cpp
hphp/runtime/base/apc-local-array.h
hphp/runtime/base/array-data-defs.h
hphp/runtime/base/array-data.cpp
hphp/runtime/base/array-data.h
hphp/runtime/base/array-iterator.cpp
hphp/runtime/base/array-iterator.h
hphp/runtime/base/hphp-array-defs.h
hphp/runtime/base/hphp-array.cpp
hphp/runtime/base/hphp-array.h
hphp/runtime/base/proxy-array.cpp
hphp/runtime/base/proxy-array.h
hphp/runtime/base/types.h
hphp/runtime/vm/name-value-table-wrapper.cpp
hphp/runtime/vm/name-value-table-wrapper.h