[Groonga-commit] groonga/groonga at 2311024 [fix-never-read] Remove needless assignment

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sat Dec 13 21:14:51 JST 2014


HAYASHI Kentaro	2014-12-13 21:14:51 +0900 (Sat, 13 Dec 2014)

  New Revision: 2311024740525a641f2e29916d06ced25a144f25
  https://github.com/groonga/groonga/commit/2311024740525a641f2e29916d06ced25a144f25

  Message:
    Remove needless assignment

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -3)
===================================================================
--- lib/expr.c    2014-12-13 21:05:15 +0900 (9285de0)
+++ lib/expr.c    2014-12-13 21:14:51 +0900 (1c51929)
@@ -3840,15 +3840,13 @@ grn_expr_exec(grn_ctx *ctx, grn_obj *expr, int nargs)
         {
           int r;
           grn_obj *e;
-          int64_t ln0, la0, ln1, la1, ln2, la2, ln3, la3;
+          int64_t ln0, la0, ln2, la2, ln3, la3;
           POP1(e);
           ln0 = GRN_INT32_VALUE(e);
           POP1(e);
           la0 = GRN_INT32_VALUE(e);
           POP1(e);
-          ln1 = GRN_INT32_VALUE(e);
           POP1(e);
-          la1 = GRN_INT32_VALUE(e);
           POP1(e);
           ln2 = GRN_INT32_VALUE(e);
           POP1(e);
-------------- next part --------------
HTML����������������������������...
다운로드 



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