зеркало из https://github.com/microsoft/BPerf.git
Extra null check
This commit is contained in:
Родитель
dc56ab06bb
Коммит
18c5ee57d6
|
@ -54,11 +54,6 @@ extern "C" size_t GetCurrentNumberOfMetadataMethodsJitted()
|
|||
return 0;
|
||||
}
|
||||
|
||||
if (ProfilerInstance == nullptr)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
return ProfilerInstance->GetCurrentNumberOfMetadataMethodsJitted();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче