Skip to content

Commit 059d97e

Browse files
committed
[AST] NFC: Remove stray references to ResultBuilderBodyPreCheck
1 parent d87be5a commit 059d97e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

include/swift/AST/ASTTypeIDZone.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ SWIFT_TYPEID(BodyAndFingerprint)
2121
SWIFT_TYPEID(BodyInitKind)
2222
SWIFT_TYPEID(BodyInitKindAndExpr)
2323
SWIFT_TYPEID(CtorInitializerKind)
24-
SWIFT_TYPEID(ResultBuilderBodyPreCheck)
2524
SWIFT_TYPEID(Fingerprint)
2625
SWIFT_TYPEID(GenericSignature)
2726
SWIFT_TYPEID(ImplicitImportList)

include/swift/AST/ASTTypeIDs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class Decl;
3737
class EnumDecl;
3838
class Fingerprint;
3939
class FuncDecl;
40-
enum class ResultBuilderBodyPreCheck : uint8_t;
4140
class GenericParamList;
4241
class GenericSignature;
4342
class GenericTypeParamType;

include/swift/AST/TypeCheckRequests.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4730,7 +4730,6 @@ void simple_display(llvm::raw_ostream &out, ASTNode node);
47304730
void simple_display(llvm::raw_ostream &out, Type value);
47314731
void simple_display(llvm::raw_ostream &out, const TypeRepr *TyR);
47324732
void simple_display(llvm::raw_ostream &out, ImplicitMemberAction action);
4733-
void simple_display(llvm::raw_ostream &out, ResultBuilderBodyPreCheck pck);
47344733

47354734
/// Computes whether a module is part of the stdlib or contained within the
47364735
/// SDK. If no SDK was specified, falls back to whether the module was

0 commit comments

Comments
 (0)