diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 28d1bcfb1b..7819e39b97 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-04-01 Tom Tromey + + * gdb.rust/simple.rs (main): Remove "y0". + 2020-04-01 Tankut Baris Aktemur * gdb.multi/stop-all-on-exit.c: New test. diff --git a/gdb/testsuite/gdb.rust/simple.rs b/gdb/testsuite/gdb.rust/simple.rs index 36448ec45c..f44e4affeb 100644 --- a/gdb/testsuite/gdb.rust/simple.rs +++ b/gdb/testsuite/gdb.rust/simple.rs @@ -144,7 +144,6 @@ fn main () { let field1 = 77; let field2 = 88; - let y0 = HiBob { field1, field2 }; let univariant = Univariant::Foo {a : 1}; let univariant_anon = UnivariantAnon::Foo(1);