diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c index 024eef3fa76..30c775280cb 100644 --- a/programs/wineboot/wineboot.c +++ b/programs/wineboot/wineboot.c @@ -762,9 +762,5 @@ int main( int argc, char *argv[] ) WINE_TRACE("Operation done\n"); SetEvent( event ); - - /* FIXME: the wait is needed to keep services running */ - /* it should be removed once we have a proper services.exe */ - if (!restart) WaitForSingleObject( __wine_make_process_system(), INFINITE ); return 0; }