Skip to content

Commit 157a685

Browse files
committed
Remove stubs
1 parent 8a25906 commit 157a685

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

src/coreclr/pal/src/misc/perfjitdump.cpp

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -379,34 +379,4 @@ PAL_PerfJitDump_Finish()
379379
return GetState().Finish();
380380
}
381381

382-
#else // JITDUMP_SUPPORTED
383-
384-
int
385-
PALAPI
386-
PAL_PerfJitDump_Start(const char* path)
387-
{
388-
return 0;
389-
}
390-
391-
bool
392-
PALAPI
393-
PAL_PerfJitDump_IsStarted()
394-
{
395-
return false;
396-
}
397-
398-
int
399-
PALAPI
400-
PAL_PerfJitDump_LogMethod(void* pCode, size_t codeSize, const char* symbol, void* debugInfo, void* unwindInfo)
401-
{
402-
return 0;
403-
}
404-
405-
int
406-
PALAPI
407-
PAL_PerfJitDump_Finish()
408-
{
409-
return 0;
410-
}
411-
412-
#endif // JITDUMP_SUPPORTED
382+
#endif // FEATURE_PERFMAP

0 commit comments

Comments
 (0)