Files
Tom de Vries 7f7ecb46c1 [gdb/build] Remove superfluous variable param_types in gdb/python/py-param.c
In gdb/python/py-param.c we have:
...
enum param_types
{
  ...
}
param_types;
...
which declares both an enum param_types, and an unused variable param_types.

Fix this by removing the variable.

Tested on x86_64-linux.

Approved-By: Tom Tromey <tom@tromey.com>
2023-08-14 18:32:29 +02:00
..
2023-08-03 10:27:00 -06:00
2023-06-19 16:17:21 +02:00
2023-07-21 10:33:07 -06:00