Remove isValid from RCTInvalidating

Summary:
We only actually use it on RCTBridge and RCTJavaScriptExecutor, so add it to these interfaces explicitly
This commit is contained in:
Pieter De Baets
2015-08-14 01:59:42 -07:00
parent f5d68f6ecb
commit fa07736ee1
14 changed files with 25 additions and 44 deletions

View File

@@ -223,11 +223,6 @@ RCT_EXPORT_MODULE()
});
}
- (BOOL)isValid
{
return NO;
}
- (void)dealloc
{
[_updateTask cancel];