-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused
canLoadFile
function from HermesExecutor.java (#39481)
Summary: Pull Request resolved: #39481 This function is hardcoded to `true` and is never used, so I'm removing it. I found no relevant usages in OSS so that can probably go. Also see: #39292 where it got reported. Changelog: [Android] [Removed] - Remove unused `canLoadFile` function from HermesExecutor.java Reviewed By: yungsters, mdvacca Differential Revision: D49320244 fbshipit-source-id: e680aeb9a9e9e837c35b61eef43b3744ee68a726
- Loading branch information
1 parent
0dbd621
commit 1b7e26c
Showing
2 changed files
with
1 addition
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters