Skip to content

Commit 4716def

Browse files
committed
Remove parseIntoSourceFile() shim that LLDB isn't using anymore
1 parent 6d390e4 commit 4716def

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

include/swift/Subsystems.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,6 @@ namespace swift {
119119
PersistentParserState *PersistentState = nullptr,
120120
bool DelayBodyParsing = true);
121121

122-
/// DEPRECATED: Only used to break LLDB/Swift dependency.
123-
inline
124-
bool parseIntoSourceFile(SourceFile &SF, unsigned BufferID, bool *Done,
125-
SILParserState *SIL,
126-
PersistentParserState *PersistentState,
127-
std::nullptr_t,
128-
bool DelayBodyParsing) {
129-
return parseIntoSourceFile(SF, BufferID, Done, SIL, PersistentState,
130-
DelayBodyParsing);
131-
}
132-
133122
/// Parse a single buffer into the given source file, until the full source
134123
/// contents are parsed.
135124
///

0 commit comments

Comments
 (0)