Skip to content

Commit 0a7a592

Browse files
authored
fix: do not use method signatures (#80)
1 parent 7fa6cd4 commit 0a7a592

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

profiler/src/ProfilerEngine/Datadog.Profiler.Native/FrameStore.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ FrameInfoView FrameStore::GetManagedFrame(FunctionID functionId)
176176
return {UnknownManagedAssembly, UnknownManagedFrame, {}, 0};
177177
}
178178

179-
// get the method signature
180-
std::string signature = GetMethodSignature(_pCorProfilerInfo, pMetadataImport.Get(), mdTokenType, functionId, mdTokenFunc);
181-
182179
// get type related description (assembly, namespace and type name)
183180
// look into the cache first
184181
TypeDesc* pTypeDesc = nullptr; // if already in the cache

0 commit comments

Comments
 (0)