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:
Tom Tromey 2019-02-17 11:23:20 -07:00 committed by Tom Tromey
parent 5d63b30afa
commit 27a900b865
5 changed files with 8 additions and 72 deletions

View file

@ -62,7 +62,6 @@
#include <chrono>
#include "gdb_usleep.h"
#include "interps.h"
#include "gdb_regex.h"
#include "gdbsupport/job-control.h"