Skip to content

Commit 5a2e23f

Browse files
committed
Drop the eager lazy stack aliases
1 parent ba13d06 commit 5a2e23f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • AndroidSwiftUICore/Sources/AndroidSwiftUICore/Primitives

AndroidSwiftUICore/Sources/AndroidSwiftUICore/Primitives/Views.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ extension SecureField: PrimitiveView {
196196

197197
/// Eager stand-ins: laziness is an optimization the lazy container path (R7)
198198
/// provides; semantics match the eager stacks.
199-
public typealias LazyVStack = VStack
200-
public typealias LazyHStack = HStack
201199

202200
/// An angle in degrees or radians.
203201
public struct Angle: Equatable, Sendable {

0 commit comments

Comments
 (0)