[Groonga-commit] ranguba/rroonga at d97b934 [master] Remove needless function declaration

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 6 13:43:52 JST 2015


Kouhei Sutou	2015-10-06 13:43:52 +0900 (Tue, 06 Oct 2015)

  New Revision: d97b934e8bcf8947ee1418a8eeb2fdf48d55741a
  https://github.com/ranguba/rroonga/commit/d97b934e8bcf8947ee1418a8eeb2fdf48d55741a

  Message:
    Remove needless function declaration
    
    grn_obj_cast() is exported since Groonga 5.0.8.

  Modified files:
    ext/groonga/rb-grn-patricia-trie.c

  Modified: ext/groonga/rb-grn-patricia-trie.c (+0 -2)
===================================================================
--- ext/groonga/rb-grn-patricia-trie.c    2015-10-06 13:42:21 +0900 (ba1b4d6)
+++ ext/groonga/rb-grn-patricia-trie.c    2015-10-06 13:43:52 +0900 (229e9cc)
@@ -19,8 +19,6 @@
 
 #include "rb-grn.h"
 
-grn_rc grn_obj_cast(grn_ctx *ctx, grn_obj *src, grn_obj *dest, grn_bool addp);
-
 #define SELF(object) ((RbGrnTableKeySupport *)DATA_PTR(object))
 
 VALUE rb_cGrnPatriciaTrie;
-------------- next part --------------
HTML����������������������������...
Download 



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