commit | 665b55a92ed514d4eb32f78278dd7f0e39865f04 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Aug 31 12:11:46 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Sep 07 14:04:53 2023 -0600 |
tree | 939ff03f75c40b5e08ba3b16720834e22a72aa68 | |
parent | aa15623fe68b3151ed54a7365b5a5226b538851a [diff] |
Remove dead code from varobj_set_display_format varobj_set_display_format takes an enum and exhaustively switches on the values -- but also has a default. This default case is dead code. Reviewed-by: Keith Seitz <keiths@redhat.com>