Skip to content

Commit 3bcdc07

Browse files
committed
[lldb] Remove incorrectly placed/worded log message
1 parent cf4a54e commit 3bcdc07

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
@@ -4076,10 +4076,6 @@ TypeSystemSwiftTypeRef::GetChildCompilerTypeAtIndex(
40764076
"Cannot compute the children of type %s without an execution "
40774077
"context.",
40784078
AsMangledName(type));
4079-
else
4080-
LLDB_LOGF(GetLog(LLDBLog::Types),
4081-
"Couldn't compute size of type %s without a process.",
4082-
AsMangledName(type));
40834079

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

0 commit comments

Comments
 (0)