Skip to content

Commit a8ec2d6

Browse files
committed
Remove another unnecessary field from test.
1 parent c3009fd commit a8ec2d6

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ struct B {
99
struct : public A {
1010
int z = 3;
1111
};
12-
A a;
1312
} b;
1413

1514
int main(int argc, char **argv) {

0 commit comments

Comments
 (0)