[Groonga-commit] groonga/groonga at 23290b2 [master] Remove needless assignment

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Feb 25 16:17:47 JST 2015


HAYASHI Kentaro	2015-02-25 16:17:47 +0900 (Wed, 25 Feb 2015)

  New Revision: 23290b25eddb9bbb66e1766c8c9d728622f782e4
  https://github.com/groonga/groonga/commit/23290b25eddb9bbb66e1766c8c9d728622f782e4

  Message:
    Remove needless assignment
    
    There is dead assignment about variable "c".
    This fix should be done with b668925.

  Modified files:
    lib/db.c

  Modified: lib/db.c (+0 -1)
===================================================================
--- lib/db.c    2015-02-25 15:44:46 +0900 (b420823)
+++ lib/db.c    2015-02-25 16:17:47 +0900 (c339786)
@@ -11681,7 +11681,6 @@ json_read(grn_ctx *ctx, grn_loader *loader, const char *str, unsigned int str_le
     case GRN_LOADER_TOKEN :
       if ((len = grn_isspace(str, ctx->encoding))) {
         str += len;
-        c = *str;
         continue;
       }
       switch (c) {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index