File tree Expand file tree Collapse file tree 2 files changed +0
-118
lines changed
compiler/packages/babel-plugin-react-compiler/src Expand file tree Collapse file tree 2 files changed +0
-118
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ import {
92
92
} from '../Validation' ;
93
93
import { validateLocalsNotReassignedAfterRender } from '../Validation/ValidateLocalsNotReassignedAfterRender' ;
94
94
import { outlineFunctions } from '../Optimization/OutlineFunctions' ;
95
- import { propagatePhiTypes } from '../TypeInference/PropagatePhiTypes' ;
96
95
import { lowerContextAccess } from '../Optimization/LowerContextAccess' ;
97
96
import { validateNoSetStateInEffects } from '../Validation/ValidateNoSetStateInEffects' ;
98
97
import { validateNoJSXInTryStatement } from '../Validation/ValidateNoJSXInTryStatement' ;
@@ -327,13 +326,6 @@ function runWithEnvironment(
327
326
value : hir ,
328
327
} ) ;
329
328
330
- propagatePhiTypes ( hir ) ;
331
- log ( {
332
- kind : 'hir' ,
333
- name : 'PropagatePhiTypes' ,
334
- value : hir ,
335
- } ) ;
336
-
337
329
if ( env . isInferredMemoEnabled ) {
338
330
if ( env . config . validateStaticComponents ) {
339
331
env . logErrors ( validateStaticComponents ( hir ) ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments