mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove code that snuck in.
Swift SVN r26864
This commit is contained in:
@@ -111,11 +111,6 @@ public:
|
||||
/// Is this an semantics call.
|
||||
operator bool() const { return SemanticsCall != nullptr; }
|
||||
|
||||
/// Does this array semantic call touch globals or ivars in a manner that
|
||||
/// causes its effect on reference counts to not be described solely by its
|
||||
/// signature.
|
||||
bool isNoCapture() const;
|
||||
|
||||
protected:
|
||||
/// Validate the signature of this call.
|
||||
bool isValidSignature();
|
||||
|
||||
Reference in New Issue
Block a user