diff options
Diffstat (limited to 'ios/Operations')
| -rw-r--r-- | ios/Operations/AsyncOperation.swift | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ios/Operations/AsyncOperation.swift b/ios/Operations/AsyncOperation.swift index 638d6ff415..034f17f199 100644 --- a/ios/Operations/AsyncOperation.swift +++ b/ios/Operations/AsyncOperation.swift @@ -71,7 +71,6 @@ open class AsyncOperation: Operation { get { stateLock.lock() defer { stateLock.unlock() } - return _state } set(newState) { @@ -88,7 +87,6 @@ open class AsyncOperation: Operation { get { stateLock.lock() defer { stateLock.unlock() } - return __isCancelled } set { @@ -182,7 +180,6 @@ open class AsyncOperation: Operation { public final var conditions: [OperationCondition] { operationLock.lock() defer { operationLock.unlock() } - return _conditions } |
