Skip to content

Commit 9ea3cb2

Browse files
author
Max Charlamb
committed
fix strellloganalyzer
1 parent e43ba03 commit 9ea3cb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/StressLogAnalyzer/src/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ ContractDescriptorTarget CreateTarget() => ContractDescriptorTarget.Create(
493493
[TargetPointer.Null, new TargetPointer(header->memoryBase + (nuint)((byte*)&header->moduleTable - (byte*)header))],
494494
(address, buffer) => ReadFromMemoryMappedLog(address, buffer, header),
495495
(threadId, contextFlags, contextSize, bufferToFill) => throw new NotImplementedException("StressLogAnalyzer does not provide GetTargetThreadContext implementation"),
496-
(out platform) => throw new NotImplementedException("StressLogAnalyzer does not provide GetTargetPlatform implementation"),
497496
true,
498497
nuint.Size);
499498
}

0 commit comments

Comments
 (0)