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:
Peter Argany
2020-06-03 18:22:36 -07:00
committed by Facebook GitHub Bot
parent 9baf6f2140
commit fdadff92ab
-7
View File
@@ -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[],