diff options
Diffstat (limited to 'lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h')
-rw-r--r-- | lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h b/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h index 966edd34797..db8bb1db799 100644 --- a/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h +++ b/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h @@ -61,8 +61,7 @@ private: StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref); - std::string FormatDescription(StructuredData::ObjectSP report, - bool &is_swift_access_race); + std::string FormatDescription(StructuredData::ObjectSP report); std::string GenerateSummary(StructuredData::ObjectSP report); |