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

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sat Dec 13 21:19:15 JST 2014


HAYASHI Kentaro	2014-12-13 21:19:15 +0900 (Sat, 13 Dec 2014)

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

  Message:
    Remove unused variable 'start'

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+2 -2)
===================================================================
--- lib/expr.c    2014-12-13 21:14:51 +0900 (1c51929)
+++ lib/expr.c    2014-12-13 21:19:15 +0900 (4aeb33c)
@@ -5753,8 +5753,8 @@ static grn_rc get_token(grn_ctx *ctx, efs_info *q, efs_op *op, grn_obj *column,
 static grn_rc
 get_phrase(grn_ctx *ctx, efs_info *q, grn_obj *column, int mode, int option)
 {
-  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����������������������������...
다운로드 



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