diff options
author | Tom Tromey <tom@tromey.com> | 2019-02-17 11:23:20 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-09-26 08:43:15 -0600 |
commit | 27a900b8657d8e20a24026bb3485a5f6c9729615 (patch) | |
tree | 5b768fdcac3552b21f084bbdbe9b5d7f38dd471a /gdb/Makefile.in | |
parent | 5d63b30afa2d1e24a3d1e6fe97507473e0545a02 (diff) | |
download | gdb-27a900b8657d8e20a24026bb3485a5f6c9729615.zip gdb-27a900b8657d8e20a24026bb3485a5f6c9729615.tar.gz gdb-27a900b8657d8e20a24026bb3485a5f6c9729615.tar.bz2 |
Remove gdb_usleep.c
I noticed that gdb_usleep is unused, so this patch removes it.
gdb/ChangeLog
2019-09-26 Tom Tromey <tom@tromey.com>
* Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
(HFILES_NO_SRCDIR): Remove gdb_usleep.h.
* gdb_usleep.h: Remove.
* gdb_usleep.c: Remove.
* utils.c: Don't include gdb_usleep.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 877a9cc..d628263 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1028,7 +1028,6 @@ COMMON_SFILES = \ gdb_bfd.c \ gdb_obstack.c \ gdb_regex.c \ - gdb_usleep.c \ gdbarch.c \ gdbarch-selftests.c \ gdbtypes.c \ @@ -1265,7 +1264,6 @@ HFILES_NO_SRCDIR = \ gdb_regex.h \ gdb_select.h \ gdb-stabs.h \ - gdb_usleep.h \ gdb_vfork.h \ gdb_wchar.h \ gdbarch.h \ |