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.
This commit is contained in:
parent
5d63b30afa
commit
27a900b865
5 changed files with 8 additions and 72 deletions
|
@ -62,7 +62,6 @@
|
|||
|
||||
#include <chrono>
|
||||
|
||||
#include "gdb_usleep.h"
|
||||
#include "interps.h"
|
||||
#include "gdb_regex.h"
|
||||
#include "gdbsupport/job-control.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue