summaryrefslogtreecommitdiff
path: root/src/vm/profilinghelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/profilinghelper.h')
-rw-r--r--src/vm/profilinghelper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vm/profilinghelper.h b/src/vm/profilinghelper.h
index ce35d6f418..836a76eafc 100644
--- a/src/vm/profilinghelper.h
+++ b/src/vm/profilinghelper.h
@@ -38,9 +38,7 @@ enum ProfAPIFaultFlags
};
#endif // _DEBUG
-#ifndef FEATURE_PAL
class SidBuffer;
-#endif // !FEATURE_PAL
//---------------------------------------------------------------------------------------
// Static-only class to coordinate initialization of the various profiling API
@@ -83,11 +81,9 @@ private:
kAttachLoad,
};
-#ifndef FEATURE_PAL
// Allocated lazily the first time it's needed, and then remains allocated until the
// process exits.
static SidBuffer * s_pSidBuffer;
-#endif // !FEATURE_PAL
// See code:ProfilingAPIUtility::InitializeProfiling#LoadUnloadCallbackSynchronization
static CRITSEC_COOKIE s_csStatus;
@@ -107,9 +103,7 @@ private:
static HRESULT ProfilerCLSIDFromString(__inout_z LPWSTR wszClsid, CLSID * pClsid);
static HRESULT AttemptLoadProfilerForStartup();
-#ifndef FEATURE_PAL
static void AppendSupplementaryInformation(int iStringResource, SString * pString);
-#endif // !FEATURE_PAL
static void LogProfEventVA(
int iStringResourceID,