Skip to content

Commit cf673fb

Browse files
Merge pull request #10807 from adrian-prantl/remove-log
[lldb] Remove incorrectly placed/worded log message
2 parents 1bb4e80 + 3bcdc07 commit cf673fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4077,10 +4077,6 @@ TypeSystemSwiftTypeRef::GetChildCompilerTypeAtIndex(
40774077
"Cannot compute the children of type %s without an execution "
40784078
"context.",
40794079
AsMangledName(type));
4080-
else
4081-
LLDB_LOGF(GetLog(LLDBLog::Types),
4082-
"Couldn't compute size of type %s without a process.",
4083-
AsMangledName(type));
40844080

40854081
// Runtime failed, fallback to SwiftASTContext.
40864082
if (UseSwiftASTContextFallback(__FUNCTION__, type)) {

0 commit comments

Comments
 (0)