mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Clean up unused functions on ReactContext
Summary: Removing the methods I recently added for storing/retrieving an instance key on a ReactContext. Reviewed By: PeteTheHeat, mdvacca Differential Revision: D18710637 fbshipit-source-id: d34683ec660bd999db8112865e15392606fc9237
This commit is contained in:
committed by
Facebook Github Bot
parent
bde1d63c85
commit
3963c7aa56
@@ -20,15 +20,4 @@ public class ReactApplicationContext extends ReactContext {
|
||||
public ReactApplicationContext(Context context) {
|
||||
super(context.getApplicationContext());
|
||||
}
|
||||
|
||||
/**
|
||||
* A constructor that takes a unique string identifier for the React instance. For bridgeless mode
|
||||
* only - do not use.
|
||||
*
|
||||
* <p>TODO T43898341 Make this package-private once we've consolidated the classes that need this
|
||||
* in this package
|
||||
*/
|
||||
public ReactApplicationContext(Context context, String instanceKey) {
|
||||
super(context.getApplicationContext(), instanceKey);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user