-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up unused createStoreOwnPropertyInst
Summary: We have 4 diferent versions of createStoreOwnPropertyInst, defined in different places in IRBuilder.h. Only 2 are used and one of them only has one occurance. Those definitions seem unnecessary to me and only increase the complexity of the API. Clean them up Reviewed By: dulinriley Differential Revision: D16496423 fbshipit-source-id: 0eba772aac774921d4fcd4463cdfa5f96db4ea83
- Loading branch information
1 parent
6a230ce
commit 40e9383
Showing
3 changed files
with
4 additions
and
43 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
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