diff options
author | danmosemsft <danmose@microsoft.com> | 2017-02-15 13:49:49 -0800 |
---|---|---|
committer | danmosemsft <danmose@microsoft.com> | 2017-02-15 15:38:51 -0800 |
commit | b6c642a84e61fd81e8a4c779718d0e807f2aa6d2 (patch) | |
tree | 16fa03f3932e6da0b8ac4b74b5614c6f2c00f754 /src/vm/object.h | |
parent | c4a95266c1bb0741681e0ab45d3f8e4f7809c071 (diff) | |
download | coreclr-b6c642a84e61fd81e8a4c779718d0e807f2aa6d2.tar.gz coreclr-b6c642a84e61fd81e8a4c779718d0e807f2aa6d2.tar.bz2 coreclr-b6c642a84e61fd81e8a4c779718d0e807f2aa6d2.zip |
Remove never defined FEATURE_SERIALIZATION
Diffstat (limited to 'src/vm/object.h')
-rw-r--r-- | src/vm/object.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vm/object.h b/src/vm/object.h index 1702e8cac5..8f711cd2ae 100644 --- a/src/vm/object.h +++ b/src/vm/object.h @@ -3748,9 +3748,7 @@ private: STRINGREF _remoteStackTraceString; PTRARRAYREF _dynamicMethods; STRINGREF _source; // Mainly used by VB. -#ifdef FEATURE_SERIALIZATION - OBJECTREF _safeSerializationManager; -#endif // FEATURE_SERIALIZATION + IN_WIN64(void* _xptrs;) IN_WIN64(UINT_PTR _ipForWatsonBuckets;) // Contains the IP of exception for watson bucketing INT32 _remoteStackIndex; |