Skip to content

Commit f23a77f

Browse files
authored
Merge pull request #18 from dcci/lestrythemonorepo
[SwiftLanguageRuntime] Get rid of some legacy.
2 parents a756a39 + dd9de7a commit f23a77f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lldb/source/Target/SwiftLanguageRuntime.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,13 +1983,6 @@ Value::ValueType SwiftLanguageRuntime::GetValueType(
19831983
eTypeInstanceIsPointer))
19841984
return Value::eValueTypeLoadAddress;
19851985
}
1986-
1987-
if (static_type_flags.AllSet(eTypeIsSwift | eTypeIsPointer) &&
1988-
static_type_flags.AllClear(eTypeIsGenericTypeParam)) {
1989-
// FIXME: This branch is not covered by any testcases in the test suite.
1990-
if (is_indirect_enum_case || static_type_flags.AllClear(eTypeIsBuiltIn))
1991-
return Value::eValueTypeLoadAddress;
1992-
}
19931986
}
19941987

19951988
// Enabling this makes the inout_variables test hang.

0 commit comments

Comments
 (0)