[Groonga-commit] ranguba/rroonga at 5186cba [master] Remove needless prototype declarations

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 14 14:03:15 JST 2016


Kouhei Sutou	2016-06-14 14:03:15 +0900 (Tue, 14 Jun 2016)

  New Revision: 5186cba2e9046c10840d52ae14ff7e0affeea532
  https://github.com/ranguba/rroonga/commit/5186cba2e9046c10840d52ae14ff7e0affeea532

  Message:
    Remove needless prototype declarations

  Modified files:
    ext/groonga/rb-grn-table.c

  Modified: ext/groonga/rb-grn-table.c (+0 -6)
===================================================================
--- ext/groonga/rb-grn-table.c    2016-06-13 18:31:55 +0900 (a64d97b)
+++ ext/groonga/rb-grn-table.c    2016-06-14 14:03:15 +0900 (40a5de6)
@@ -19,12 +19,6 @@
 
 #include "rb-grn.h"
 
-grn_obj *grn_table_open(grn_ctx *ctx,
-                        const char *name, unsigned name_size, const char *path);
-grn_obj *grn_column_open(grn_ctx *ctx, grn_obj *table,
-                         const char *name, unsigned name_size,
-                         const char *path, grn_obj *type);
-
 #define SELF(object) ((RbGrnTable *)DATA_PTR(object))
 
 VALUE rb_cGrnTable;
-------------- next part --------------
HTML����������������������������...
下載 



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