summaryrefslogtreecommitdiff
path: root/src/vm/object.h
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-15 13:49:49 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-15 15:38:51 -0800
commitb6c642a84e61fd81e8a4c779718d0e807f2aa6d2 (patch)
tree16fa03f3932e6da0b8ac4b74b5614c6f2c00f754 /src/vm/object.h
parentc4a95266c1bb0741681e0ab45d3f8e4f7809c071 (diff)
downloadcoreclr-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.h4
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;