wineboot: Remove unused declaration for __wine_make_process_system.
authorSebastian Lackner <sebastian@fds-team.de>
Fri, 4 Dec 2015 00:28:04 +0000 (01:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 4 Dec 2015 04:46:35 +0000 (13:46 +0900)
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
programs/wineboot/wineboot.c

index 147728799b904a9cab7d371978a5a77fd47a5455..ee5b8d4408964850e3b34caa6eb681dbe7f69a57 100644 (file)
@@ -1152,7 +1152,6 @@ static const struct option long_options[] =
 
 int main( int argc, char *argv[] )
 {
-    extern HANDLE CDECL __wine_make_process_system(void);
     static const WCHAR RunW[] = {'R','u','n',0};
     static const WCHAR RunOnceW[] = {'R','u','n','O','n','c','e',0};
     static const WCHAR RunServicesW[] = {'R','u','n','S','e','r','v','i','c','e','s',0};