summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-07-01 19:46:37 -0700
committerGitHub <noreply@github.com>2019-07-01 19:46:37 -0700
commitf93906ced7725b5fcd248b10950fbdfef8188c5b (patch)
tree1fd00772c93ac05e6e1a86aac606fc1db935e755 /src/vm/ecalllist.h
parent78b7ac7ef79a5c3c4a4b4965b29e8078f4433230 (diff)
downloadcoreclr-f93906ced7725b5fcd248b10950fbdfef8188c5b.tar.gz
coreclr-f93906ced7725b5fcd248b10950fbdfef8188c5b.tar.bz2
coreclr-f93906ced7725b5fcd248b10950fbdfef8188c5b.zip
Delete dead code (#25513)
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 3b9d6b1515..62e2241299 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -177,7 +177,6 @@ FCFuncEnd()
FCFuncStart(gExceptionFuncs)
FCFuncElement("IsImmutableAgileException", ExceptionNative::IsImmutableAgileException)
- FCFuncElement("nIsTransient", ExceptionNative::IsTransient)
FCFuncElement("GetMethodFromStackTrace", SystemNative::GetMethodFromStackTrace)
QCFuncElement("GetMessageFromNativeResources", ExceptionNative::GetMessageFromNativeResources)
FCFuncElement("PrepareForForeignExceptionRaise", ExceptionNative::PrepareForForeignExceptionRaise)