Remove sync_namespace.

Vitaliy Margolen wine-patch at kievinfo.com
Fri Dec 2 14:09:22 CST 2005


ChangeLog:
Remove sync_namespace.

 server/main.c   |    4 ----
 server/object.h |    3 ---
 2 files changed, 0 insertions(+), 7 deletions(-)
-------------- next part --------------
829a1d25f7f825d900113d07656d3ce758343ecb
diff --git a/server/main.c b/server/main.c
index 7f07aac..43d3cf7 100644
--- a/server/main.c
+++ b/server/main.c
@@ -40,9 +40,6 @@ int master_socket_timeout = 3;  /* maste
 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() );
diff --git a/server/object.h b/server/object.h
index 298160c..6cafe4d 100644
--- a/server/object.h
+++ b/server/object.h
@@ -215,7 +215,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 */


More information about the wine-patches mailing list