remove FbRelayNativeAdapter

Summary: Doesn't look like this is used anymore.

Reviewed By: schwink

Differential Revision: D9032481

fbshipit-source-id: c35b7db07c068b6238bacc25183a468c9d62661d
This commit is contained in:
Jan Kassens 2018-07-27 13:32:33 -07:00 committed by Facebook Github Bot
parent 86f8e9e760
commit 7205232792
1 changed files with 0 additions and 3 deletions

View File

@ -148,9 +148,6 @@ const mockNativeModules = {
logout: jest.fn(),
queryGraphPath: jest.fn((path, method, params, callback) => callback()),
},
FbRelayNativeAdapter: {
updateCLC: jest.fn(),
},
GraphPhotoUpload: {
upload: jest.fn(),
},