[Title]remove CONFIG_MARU
authormunkyu.im <munkyu.im@samsung.com>
Sun, 18 Mar 2012 16:05:29 +0000 (01:05 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Sun, 18 Mar 2012 16:05:29 +0000 (01:05 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

qemu-sockets.c

index 12d35dc..61b2247 100644 (file)
@@ -665,7 +665,6 @@ static void socket_cleanup(void)
 int socket_init(void)
 {
 #ifdef _WIN32
-#ifndef CONFIG_MARU
     WSADATA Data;
     int ret, err;
 
@@ -677,6 +676,5 @@ int socket_init(void)
     }
     atexit(socket_cleanup);
 #endif
-#endif
     return 0;
 }