[Groonga-commit] groonga/groonga at a8db591 [master] Remove duplicated definition

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 3 16:28:02 JST 2017


Kouhei Sutou	2017-02-03 16:28:02 +0900 (Fri, 03 Feb 2017)

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

  Message:
    Remove duplicated definition

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+0 -9)
===================================================================
--- lib/expr.c    2017-02-03 16:27:39 +0900 (8cda4a6)
+++ lib/expr.c    2017-02-03 16:28:02 +0900 (25dae91)
@@ -571,15 +571,6 @@ exit :
   GRN_API_RETURN((grn_obj *)expr);
 }
 
-#define GRN_PTR_POP(obj,value) do {\
-  if (GRN_BULK_VSIZE(obj) >= sizeof(grn_obj *)) {\
-    GRN_BULK_INCR_LEN((obj), -((ssize_t)(sizeof(grn_obj *))));\
-    value = *(grn_obj **)(GRN_BULK_CURR(obj));\
-  } else {\
-    value = NULL;\
-  }\
-} while (0)
-
 grn_rc
 grn_expr_close(grn_ctx *ctx, grn_obj *expr)
 {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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