summaryrefslogtreecommitdiff
path: root/src/vm/comutilnative.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-10-21 19:48:55 -0700
committerJan Kotas <jkotas@microsoft.com>2017-10-24 01:14:37 -0700
commit672efaf06bc55a7f58a9661f0c0c964b05f4c989 (patch)
treebb9abbb60492cfa62a8115e632035e2c9c0a352a /src/vm/comutilnative.h
parent2207dadf19fc976c6ccd04e12d46924a7b733457 (diff)
downloadcoreclr-672efaf06bc55a7f58a9661f0c0c964b05f4c989.tar.gz
coreclr-672efaf06bc55a7f58a9661f0c0c964b05f4c989.tar.bz2
coreclr-672efaf06bc55a7f58a9661f0c0c964b05f4c989.zip
Cleanup BCLDebug
- Delete correctness, performance and safe handle stacktrace logging - Change remaining BCLDebug.Assert uses to Debug.Assert
Diffstat (limited to 'src/vm/comutilnative.h')
-rw-r--r--src/vm/comutilnative.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/comutilnative.h b/src/vm/comutilnative.h
index 07c57c1312..b9737cedb7 100644
--- a/src/vm/comutilnative.h
+++ b/src/vm/comutilnative.h
@@ -204,7 +204,7 @@ public:
class ManagedLoggingHelper {
public:
- static FCDECL6(INT32, GetRegistryLoggingValues, CLR_BOOL* bLoggingEnabled, CLR_BOOL* bLogToConsole, INT32 *bLogLevel, CLR_BOOL* bPerfWarnings, CLR_BOOL* bCorrectnessWarnings, CLR_BOOL* bSafeHandleStackTraces);
+ static FCDECL3(INT32, GetRegistryLoggingValues, CLR_BOOL* bLoggingEnabled, CLR_BOOL* bLogToConsole, INT32 *bLogLevel);
};
class ValueTypeHelper {