summaryrefslogtreecommitdiff
path: root/src/vm/method.hpp
diff options
context:
space:
mode:
authorSteve MacLean <stmaclea@microsoft.com>2019-05-08 16:08:29 -0400
committerGitHub <noreply@github.com>2019-05-08 16:08:29 -0400
commit883a27180106affebd45814f5b6fc236c9d7eab2 (patch)
treec06d84c9bea73effa8dc7a2c8748d42acbc7f577 /src/vm/method.hpp
parentb7836c0b6e59f4e6bd6af984569f4ce8b3573f4e (diff)
downloadcoreclr-883a27180106affebd45814f5b6fc236c9d7eab2.tar.gz
coreclr-883a27180106affebd45814f5b6fc236c9d7eab2.tar.bz2
coreclr-883a27180106affebd45814f5b6fc236c9d7eab2.zip
Remove more MDA support code (#24457)
* Remove more MDA support code * PR Feedback
Diffstat (limited to 'src/vm/method.hpp')
-rw-r--r--src/vm/method.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/method.hpp b/src/vm/method.hpp
index 096dcc4b99..68626c7bc4 100644
--- a/src/vm/method.hpp
+++ b/src/vm/method.hpp
@@ -3028,10 +3028,6 @@ public:
private:
FARPROC FindEntryPointWithMangling(HINSTANCE mod, PTR_CUTF8 entryPointName) const;
-#ifdef MDA_SUPPORTED
- Stub* GenerateStubForMDA(LPVOID pNativeTarget, Stub *pInnerStub);
-#endif // MDA_SUPPORTED
-
public:
void SetStackArgumentSize(WORD cbDstBuffer, CorPinvokeMap unmgdCallConv)