diff options
author | Tom de Vries <tdevries@suse.de> | 2020-02-27 14:27:09 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2020-02-27 14:27:09 +0100 |
commit | 3608f86c427a907335eb96b8dd6d6d2071d6f4a1 (patch) | |
tree | dc8a3b9b68aad6ba66727a224f5f76fdec3b8961 /gdb/testsuite/gdb.base/attach.exp | |
parent | c8d4f6dfd9264d6ab5d14c2dde3628cc1e7dd75f (diff) | |
download | gdb-3608f86c427a907335eb96b8dd6d6d2071d6f4a1.zip gdb-3608f86c427a907335eb96b8dd6d6d2071d6f4a1.tar.gz gdb-3608f86c427a907335eb96b8dd6d6d2071d6f4a1.tar.bz2 |
[gdb/testsuite] Remove unused globals
Remove unused global variable declarations.
Tested on x86_64-linux.
gdb/testsuite/ChangeLog:
2020-02-27 Tom de Vries <tdevries@suse.de>
* config/sid.exp: Remove unused globals.
* gdb.base/attach.exp: Same.
* gdb.base/catch-load.exp: Same.
* gdb.base/dbx.exp: Same.
* lib/gdb.exp: Same.
* lib/mi-support.exp: Same.
* lib/prompt.exp: Same.
Diffstat (limited to 'gdb/testsuite/gdb.base/attach.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/attach.exp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp index 5a1d7a84..32f72e2 100644 --- a/gdb/testsuite/gdb.base/attach.exp +++ b/gdb/testsuite/gdb.base/attach.exp @@ -53,10 +53,6 @@ proc_with_prefix do_attach_failure_tests {} { global binfile global escapedbinfile global srcfile - global testfile - global subdir - global timeout - global decimal clean_restart $binfile @@ -205,8 +201,6 @@ proc_with_prefix do_attach_tests {} { global binfile global escapedbinfile global srcfile - global testfile - global subdir global timeout global decimal @@ -439,10 +433,6 @@ proc_with_prefix do_call_attach_tests {} { proc_with_prefix do_command_attach_tests {} { global gdb_prompt global binfile - global verbose - global GDB - global INTERNAL_GDBFLAGS - global GDBFLAGS if ![isnative] then { unsupported "command attach test" |