Skip to content

Commit c3009fd

Browse files
committed
Remove unnecessary fields from test.
1 parent 6ad2f0a commit c3009fd

File tree

1 file changed

+0
-2
lines changed
  • lldb/test/API/commands/target/anon-struct

1 file changed

+0
-2
lines changed

lldb/test/API/commands/target/anon-struct/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ struct A {
22
struct {
33
int x = 1;
44
};
5-
int y = 2;
65
} a;
76

87
struct B {
98
// Anonymous struct inherits another struct.
109
struct : public A {
1110
int z = 3;
1211
};
13-
int w = 4;
1412
A a;
1513
} b;
1614

0 commit comments

Comments
 (0)