This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
forked from facebook/react
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hir] Remove unused code from InferAlias
For now, we've decided to punt on super fine grained aliasing of fields (ie, mutating x.y shouldn't mutate x.z or it's aliases). This PR removes the code that tracks the aliases of each field. We can re-add this when we revisit this functionality. For the rest of the field aliasing, most of it has been replaced by InferAliasForStores.
- Loading branch information
Showing
1 changed file
with
2 additions
and
47 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