projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a18e48
)
Delete dead code (dotnet/coreclr#26060)
author
Mukul Sabharwal
<mjsabby@gmail.com>
Thu, 8 Aug 2019 05:18:22 +0000
(22:18 -0700)
committer
Jan Kotas
<jkotas@microsoft.com>
Thu, 8 Aug 2019 05:18:22 +0000
(07:18 +0200)
Commit migrated from https://github.com/dotnet/coreclr/commit/
b9664e79fbe424d98b446e068b65128487e682d2
src/coreclr/src/inc/profilepriv.inl
patch
|
blob
|
history
diff --git
a/src/coreclr/src/inc/profilepriv.inl
b/src/coreclr/src/inc/profilepriv.inl
index 5a0513f4a31bd8268e8d763559da2a4b8d3e093a..1eadcf8bc59de2feff2ba6202b90fd079b945dd7 100644
(file)
--- a/
src/coreclr/src/inc/profilepriv.inl
+++ b/
src/coreclr/src/inc/profilepriv.inl
@@
-311,20
+311,6
@@
inline BOOL CORProfilerTrackExceptions()
((&g_profControlBlock)->dwEventMask & COR_PRF_MONITOR_EXCEPTIONS));
}
-inline BOOL CORProfilerTrackCLRExceptions()
-{
- CONTRACTL
- {
- NOTHROW;
- GC_NOTRIGGER;
- CANNOT_TAKE_LOCK;
- }
- CONTRACTL_END;
-
- return (CORProfilerPresent() &&
- ((&g_profControlBlock)->dwEventMask & COR_PRF_MONITOR_CLR_EXCEPTIONS));
-}
-
inline BOOL CORProfilerTrackTransitions()
{
CONTRACTL