mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
RM stub function from MessageQueue.js
Summary: Noticed this hanging around when reading MessageQueue, delete it. Changelog: [internal] Reviewed By: fkgozali Differential Revision: D21874609 fbshipit-source-id: 627c6a18cdb859a1aaf2eb596f8744156d18393c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9baf6f2140
commit
fdadff92ab
@@ -112,13 +112,6 @@ class MessageQueue {
|
||||
return this.flushedQueue();
|
||||
}
|
||||
|
||||
// Deprecated. T61834641: Remove me once native clients have updated
|
||||
callFunctionReturnResultAndFlushedQueue(
|
||||
module: string,
|
||||
method: string,
|
||||
args: any[],
|
||||
): void {}
|
||||
|
||||
invokeCallbackAndReturnFlushedQueue(
|
||||
cbID: number,
|
||||
args: any[],
|
||||
|
||||
Reference in New Issue
Block a user