mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
[lldb] Remove redundant ctor call (NFC)
As pointed out by Pavel in D88249.
This commit is contained in:
@@ -1356,7 +1356,7 @@ lldb::SBAddress SBValue::GetAddress() {
|
||||
}
|
||||
}
|
||||
|
||||
return LLDB_RECORD_RESULT(SBAddress(Address(addr)));
|
||||
return LLDB_RECORD_RESULT(SBAddress(addr));
|
||||
}
|
||||
|
||||
lldb::SBData SBValue::GetPointeeData(uint32_t item_idx, uint32_t item_count) {
|
||||
|
||||
Reference in New Issue
Block a user