[Groonga-commit] groonga/groonga at 901824e [master] Remove needless grn_inline

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 1 11:35:17 JST 2018


Kouhei Sutou	2018-08-01 11:35:17 +0900 (Wed, 01 Aug 2018)

  New Revision: 901824e34cbe96b9f51a3c4ccc1f23c6777afdb8
  https://github.com/groonga/groonga/commit/901824e34cbe96b9f51a3c4ccc1f23c6777afdb8

  Message:
    Remove needless grn_inline
    
    It should be done by compiler optimization.

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+1 -1)
===================================================================
--- lib/ii.c    2018-08-01 11:34:56 +0900 (539203882)
+++ lib/ii.c    2018-08-01 11:35:17 +0900 (8968402ec)
@@ -7760,7 +7760,7 @@ typedef enum {
   grn_wv_constant
 } grn_wv_mode;
 
-grn_inline static double
+static double
 get_weight(grn_ctx *ctx, grn_hash *s, grn_id rid, int sid,
            grn_wv_mode wvm, grn_select_optarg *optarg)
 {
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180801/3ede96ee/attachment.htm 



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