raw-win32.c: fixed compilation error
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 22 May 2015 04:12:13 +0000 (13:12 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 22 May 2015 04:13:52 +0000 (13:13 +0900)
Fixed compilation error when CONFIG_MARU was not given.

Change-Id: Ibf19aec67098ca6754e4f42e47645e543ddb60f5
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
block/raw-win32.c

index 91dd96c..0a4ff63 100644 (file)
@@ -662,7 +662,6 @@ static int hdev_open(BlockDriverState *bs, QDict *options, int flags,
     BDRVRawState *s = bs->opaque;
 #ifndef CONFIG_MARU
     int access_flags, create_flags;
-    int ret = 0;
     DWORD overlapped;
 #else
     int open_flags;