Remove code that snuck in.

Swift SVN r26864
This commit is contained in:
Michael Gottesman
2015-04-02 05:39:39 +00:00
parent 49d76f62d0
commit 2dc936bd27
2 changed files with 0 additions and 28 deletions

View File

@@ -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();