summaryrefslogtreecommitdiff
path: root/src/vm/marshalnative.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-11-09 17:49:12 -0800
committerGitHub <noreply@github.com>2018-11-09 17:49:12 -0800
commitff5723233e6b4df6fe441b2ba453506f860aebe9 (patch)
tree3c2eea0456a47012ef7488fdd3a82e349d098b94 /src/vm/marshalnative.h
parent3464b60b85c8e10d69d8da86d2eb3f9e7aaa7c4b (diff)
downloadcoreclr-ff5723233e6b4df6fe441b2ba453506f860aebe9.tar.gz
coreclr-ff5723233e6b4df6fe441b2ba453506f860aebe9.tar.bz2
coreclr-ff5723233e6b4df6fe441b2ba453506f860aebe9.zip
Delete dead/unreachable code related to remoting (#20880)
Diffstat (limited to 'src/vm/marshalnative.h')
-rw-r--r--src/vm/marshalnative.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/marshalnative.h b/src/vm/marshalnative.h
index f5d4d04733..25c1dc3ab9 100644
--- a/src/vm/marshalnative.h
+++ b/src/vm/marshalnative.h
@@ -222,7 +222,6 @@ public:
static FCDECL1(int, GetComSlotForMethodInfo, ReflectMethodObject* pMethodUNSAFE);
- static FCDECL2(FC_BOOL_RET, SwitchCCW, Object* oldtpUNSAFE, Object* newtpUNSAFE);
static FCDECL1(Object*, WrapIUnknownWithComObject, IUnknown* pUnk);
static FCDECL2(void, ChangeWrapperHandleStrength, Object* orefUNSAFE, CLR_BOOL fIsWeak);