diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-10-24 10:52:35 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-01-16 17:52:35 +0100 |
commit | 858d436665519095eb593081f8efd68ddc579b45 (patch) | |
tree | 53642fc61c25e7793c7b82064cfd3c017a6d9cab /stubs/fdset-remove-fd.c | |
parent | 5564edb19e06129b62b4b272c290db2efb87cefc (diff) |
stubs: group all monitor_fdset_* functions in a single file
It makes little sense to implement only one of them, so avoid
proliferation of stubs files.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/fdset-remove-fd.c')
-rw-r--r-- | stubs/fdset-remove-fd.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/stubs/fdset-remove-fd.c b/stubs/fdset-remove-fd.c deleted file mode 100644 index 47ea297210..0000000000 --- a/stubs/fdset-remove-fd.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "qemu/osdep.h" -#include "qemu-common.h" -#include "monitor/monitor.h" - -void monitor_fdset_dup_fd_remove(int dupfd) -{ -} |