summaryrefslogtreecommitdiff
path: root/src/vm/method.hpp
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/method.hpp
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/method.hpp')
-rw-r--r--src/vm/method.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/method.hpp b/src/vm/method.hpp
index 0baf2a4934..fe552177c9 100644
--- a/src/vm/method.hpp
+++ b/src/vm/method.hpp
@@ -1305,8 +1305,6 @@ public:
ULONG GetRVA();
- BOOL IsClassConstructorTriggeredViaPrestub();
-
public:
// Returns preimplemented code of the method if method has one.