Remove some dead remoting and context static things (#20277)
authorAustin Wise <AustinWise@gmail.com>
Mon, 8 Oct 2018 01:58:10 +0000 (18:58 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 8 Oct 2018 01:58:10 +0000 (18:58 -0700)
commiteeef1c1379b9f49261f66093b355ac8c12e47485
tree353e440ccdf0c4c3f3571fc4c096d4f1c95ebe4e
parent645faa5b24c32741944cad55f58fd66d6c8abfa4
Remove some dead remoting and context static things (#20277)

* Remove IsRemotingIntercepted methods that always return false.

* Remove GetOptionalMembersAllocationSize parameters that are always false.

* Remove references to context static.

Remove references in comments and methodnames.

* Remove RemotingVtsInfo.
24 files changed:
src/debug/daccess/dacdbiimpl.cpp
src/debug/daccess/dacdbiimpl.h
src/debug/daccess/nidump.cpp
src/debug/daccess/nidump.h
src/debug/di/rsclass.cpp
src/debug/inc/dacdbiinterface.h
src/vm/appdomain.hpp
src/vm/array.cpp
src/vm/ceeload.cpp
src/vm/compile.cpp
src/vm/eventtrace.cpp
src/vm/fptrstubs.cpp
src/vm/generics.cpp
src/vm/jitinterface.cpp
src/vm/method.cpp
src/vm/method.hpp
src/vm/method.inl
src/vm/methodtable.h
src/vm/methodtable.inl
src/vm/methodtablebuilder.cpp
src/vm/methodtablebuilder.h
src/vm/object.h
src/vm/prestub.cpp
src/vm/proftoeeinterfaceimpl.cpp