[Groonga-commit] groonga/groonga at edc8ccc [fix-never-read] Remove unused variable 'start'

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sat Dec 13 21:24:16 JST 2014


HAYASHI Kentaro	2014-12-13 21:24:16 +0900 (Sat, 13 Dec 2014)

  New Revision: edc8cccaa35050485f2670787c965976260a25ba
  https://github.com/groonga/groonga/commit/edc8cccaa35050485f2670787c965976260a25ba

  Message:
    Remove unused variable 'start'

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+2 -2)
===================================================================
--- lib/expr.c    2014-12-13 21:21:30 +0900 (96c2cda)
+++ lib/expr.c    2014-12-13 21:24:16 +0900 (61bd412)
@@ -6424,8 +6424,8 @@ parse_query(grn_ctx *ctx, efs_info *q)
       q->cur++;
 
       {
-        const char *start, *s;
-        start = s = q->cur;
+        const char *s;
+        s = q->cur;
         GRN_BULK_REWIND(&q->buf);
         while (1) {
           unsigned int len;
-------------- next part --------------
HTML����������������������������...
Download 



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