mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Simplify some code. NFC
This commit is contained in:
@@ -57,7 +57,7 @@ private:
|
||||
struct SynthesizedExtensionInfo {
|
||||
ExtensionDecl *Ext = nullptr;
|
||||
std::vector<StringRef> KnownSatisifiedRequirments;
|
||||
bool isValid() { return Ext; }
|
||||
operator bool() const { return Ext; }
|
||||
};
|
||||
|
||||
class SynthesizedExtensionAnalyzer {
|
||||
|
||||
Reference in New Issue
Block a user