[Groonga-commit] groonga/groonga [master] remove checks for obsolete options.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 12日 (月) 19:28:20 JST


Susumu Yata	2012-03-12 19:28:20 +0900 (Mon, 12 Mar 2012)

  New Revision: 87effee4c5cb1a6bcb27fe4ff2fea26f3ad08556

  Log:
    remove checks for obsolete options.

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -3)
===================================================================
--- src/groonga.c    2012-03-12 19:26:36 +0900 (988b103)
+++ src/groonga.c    2012-03-12 19:28:20 +0900 (1285eef)
@@ -2183,9 +2183,7 @@ show_config(FILE *out, const grn_str_getopt_opt *opts, int flags)
     case getopt_op_none:
       if (o->arg && *o->arg) {
         if (o->longopt &&
-            strcmp(o->longopt, "config-path") != 0 &&
-            strcmp(o->longopt, "address") != 0 &&
-            strcmp(o->longopt, "admin-html-path") != 0) {
+            strcmp(o->longopt, "config-path") != 0) {
           fprintf(out, "%s=%s\n", o->longopt, *o->arg);
         }
       }




Groonga-commit メーリングリストの案内
Back to archive index