Commit 4e365249 authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

server: Remove sync_namespace.

parent d13095bc
......@@ -40,9 +40,6 @@ int master_socket_timeout = 3; /* master socket timeout in seconds, default is
int foreground = 0;
const char *server_argv0;
/* name space for synchronization objects */
struct namespace *sync_namespace;
/* parse-line args */
/* FIXME: should probably use getopt, and add a (more complete?) help option */
......@@ -130,7 +127,6 @@ int main( int argc, char *argv[] )
sock_init();
open_master_socket();
sync_namespace = create_namespace( 37 );
setvbuf( stderr, NULL, _IOLBF, 0 );
if (debug_level) fprintf( stderr, "wineserver: starting (pid=%ld)\n", (long) getpid() );
......
......@@ -214,7 +214,4 @@ extern const char *server_argv0;
/* server start time used for GetTickCount() */
extern time_t server_start_time;
/* name space for synchronization objects */
extern struct namespace *sync_namespace;
#endif /* __WINE_SERVER_OBJECT_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment