Skip to content

Commit 159a78a

Browse files
authored
Merge pull request #77133 from hamishknight/remove-comment
NFC: Remove outdated comment
2 parents 4db04f9 + c6c86c2 commit 159a78a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/swift/Subsystems.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ namespace swift {
6060
class LangOptions;
6161
class SILOptions;
6262
class ModuleDecl;
63-
/// A opaque syntax node created by a \c SyntaxParseAction, whose contents
64-
/// must be interpreted by the \c SyntaxParseAction which created it.
65-
/// Requires the two low bits to be 0, so that it can be stored in an
66-
/// \c llvm::PointerIntPair. This is in particular guaranteed for pointers
67-
/// to C/C++ objects and for pointers that were generated by Swift and passed
68-
/// to the compiler via a C API (in particular \c CLibParseActions ).
6963
class Parser;
7064
class SerializationOptions;
7165
class SILOptions;

0 commit comments

Comments
 (0)