diff options
| author | Daniel P. Berrange | 2015-08-26 13:17:14 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2015-09-11 09:21:38 +0200 |
| commit | 8abae4d31d92be2085fd66566585cba7699ad332 (patch) | |
| tree | a214cf8248df269aef91d5c04e56a4a492276e5f /linux-user | |
| parent | maint: remove / fix many doubled words (diff) | |
| download | qemu-8abae4d31d92be2085fd66566585cba7699ad332.tar.gz qemu-8abae4d31d92be2085fd66566585cba7699ad332.tar.xz qemu-8abae4d31d92be2085fd66566585cba7699ad332.zip | |
maint: remove unused include for assert.h
A number of files were including assert.h but not using any
of the functions it provides
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'linux-user')
| -rw-r--r-- | linux-user/signal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/signal.c b/linux-user/signal.c index 9d4cef409e..502efd9fc4 100644 --- a/linux-user/signal.c +++ b/linux-user/signal.c @@ -22,7 +22,6 @@ #include <stdarg.h> #include <unistd.h> #include <errno.h> -#include <assert.h> #include <sys/ucontext.h> #include <sys/resource.h> |
