Skip to content

Commit 0f5ebf3

Browse files
authored
Delete unreferenced type (#21343)
Had already deleted all the uses but didn't remove the type itself.
1 parent 9cd52b2 commit 0f5ebf3

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

packages/react-reconciler/src/ReactFiberLane.new.js

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,6 @@ import type {FiberRoot} from './ReactInternalTypes';
1111

1212
// TODO: Ideally these types would be opaque but that doesn't work well with
1313
// our reconciler fork infra, since these leak into non-reconciler packages.
14-
export type LanePriority =
15-
| 0
16-
| 1
17-
| 2
18-
| 3
19-
| 4
20-
| 5
21-
| 6
22-
| 7
23-
| 8
24-
| 9
25-
| 10
26-
| 11
27-
| 12
28-
| 13
29-
| 14
30-
| 15
31-
| 16
32-
| 17;
3314

3415
export type Lanes = number;
3516
export type Lane = number;

packages/react-reconciler/src/ReactFiberLane.old.js

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,6 @@ import type {FiberRoot} from './ReactInternalTypes';
1111

1212
// TODO: Ideally these types would be opaque but that doesn't work well with
1313
// our reconciler fork infra, since these leak into non-reconciler packages.
14-
export type LanePriority =
15-
| 0
16-
| 1
17-
| 2
18-
| 3
19-
| 4
20-
| 5
21-
| 6
22-
| 7
23-
| 8
24-
| 9
25-
| 10
26-
| 11
27-
| 12
28-
| 13
29-
| 14
30-
| 15
31-
| 16
32-
| 17;
3314

3415
export type Lanes = number;
3516
export type Lane = number;

0 commit comments

Comments
 (0)