Remove context statics stuff (#20256)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 5 Oct 2018 01:08:51 +0000 (03:08 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Oct 2018 01:08:51 +0000 (03:08 +0200)
commitda6498e6c1013dd38d33e782bc777bd89aa0f0ee
tree66db7870d220d7cf717af5ef4aa8fdfc950590b5
parent7f59d17e2741e69bf878b8b168828de3a0a3d12e
Remove context statics stuff (#20256)

* Remove context statics stuff part 1

This change removes all context statics stuff from the runtime since
context statics are not supported and this code was obsolete.

* Remove context statics stuff from the debugger code
24 files changed:
src/ToolBox/SOS/Strike/strike.cpp
src/ToolBox/SOS/Strike/util.cpp
src/debug/daccess/dacdbiimpl.cpp
src/debug/di/rsclass.cpp
src/debug/inc/dacdbistructures.h
src/debug/inc/dacdbistructures.inl
src/dlls/mscorrc/mscorrc.rc
src/dlls/mscorrc/resource.h
src/vm/appdomain.cpp
src/vm/appdomain.hpp
src/vm/array.cpp
src/vm/class.cpp
src/vm/classnames.h
src/vm/field.cpp
src/vm/field.h
src/vm/generics.cpp
src/vm/jitinterface.cpp
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