File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -3783,23 +3783,6 @@ class GetTypeWrapperInitializer
3783
3783
bool isCached () const { return true ; }
3784
3784
};
3785
3785
3786
- // / Check whether this is a protocol that has a type wrapper attribute
3787
- // / or one of its dependencies does.
3788
- class UsesTypeWrapperFeature
3789
- : public SimpleRequest<UsesTypeWrapperFeature, bool (NominalTypeDecl *),
3790
- RequestFlags::Cached> {
3791
- public:
3792
- using SimpleRequest::SimpleRequest;
3793
-
3794
- private:
3795
- friend SimpleRequest;
3796
-
3797
- bool evaluate (Evaluator &evaluator, NominalTypeDecl *) const ;
3798
-
3799
- public:
3800
- bool isCached () const { return true ; }
3801
- };
3802
-
3803
3786
// / Find the definition of a given macro.
3804
3787
class MacroDefinitionRequest
3805
3788
: public SimpleRequest<MacroDefinitionRequest,
You can’t perform that action at this time.
0 commit comments