diff options
Diffstat (limited to 'stubs/blockdev.c')
-rw-r--r-- | stubs/blockdev.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/stubs/blockdev.c b/stubs/blockdev.c deleted file mode 100644 index 5d0a79c3a6..0000000000 --- a/stubs/blockdev.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <assert.h> -#include "sysemu/blockdev.h" - -DriveInfo *drive_get_by_blockdev(BlockDriverState *bs) -{ - return NULL; -} - -void drive_info_del(DriveInfo *dinfo) -{ - assert(!dinfo); -} |