diff options
Diffstat (limited to 'glusterfsd/src/glusterfsd.c')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index f7140ad3b..12d6be445 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -73,11 +73,6 @@ #include <fnmatch.h> -extern int -gf_log_central_init (glusterfs_ctx_t *ctx, const char *remote_host, - const char *transport, uint32_t remote_port); - - /* using argp for command line parsing */ static char gf_doc[] = ""; static char argp_doc[] = "--volfile-server=SERVER [MOUNT-POINT]\n" \ @@ -1500,12 +1495,6 @@ main (int argc, char *argv[]) return -1; } - - if (cmd_args->log_server) { - gf_log_central_init (ctx, cmd_args->log_server, - "socket", cmd_args->log_server_port); - } - event_dispatch (ctx->event_pool); return 0; |