[Groonga-commit] groonga/groonga at 23c7bc9 [master] Remove needless "inline"

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 9 10:22:29 JST 2013


Kouhei Sutou	2013-05-09 10:22:29 +0900 (Thu, 09 May 2013)

  New Revision: 23c7bc9890675994c7d2b34df3260ff1ab2ebaf0
  https://github.com/groonga/groonga/commit/23c7bc9890675994c7d2b34df3260ff1ab2ebaf0

  Message:
    Remove needless "inline"
    
    It is not used in a loop. It is just called once from the base function.
    So we don't care about function call cost.

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2013-05-02 19:28:57 +0900 (6bad170)
+++ lib/db.c    2013-05-09 10:22:29 +0900 (f81f323)
@@ -5095,7 +5095,7 @@ call_hook_for_build(grn_ctx *ctx, grn_obj *obj, grn_id id, grn_obj *value, int f
   return 0;
 }
 
-inline static grn_rc
+static grn_rc
 grn_obj_set_value_var_size_scalar(grn_ctx *ctx, grn_obj *obj, grn_id id,
                                   grn_obj *value, int flags)
 {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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