[Groonga-commit] groonga/groonga [master] remove a garbage.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 10月 18日 (月) 14:32:36 JST


Kouhei Sutou	2010-10-18 05:32:36 +0000 (Mon, 18 Oct 2010)

  New Revision: 3ab93fed2347602ed7634e7d5b6edcea3971332a

  Log:
    remove a garbage.

  Modified files:
    lib/str.h

  Modified: lib/str.h (+0 -3)
===================================================================
--- lib/str.h    2010-10-06 02:30:29 +0000 (83f1e4a)
+++ lib/str.h    2010-10-18 05:32:36 +0000 (190ed89)
@@ -121,9 +121,6 @@ GRN_API grn_rc grn_text_otoxml(grn_ctx *ctx, grn_obj *bulk, grn_obj *obj,
 #define GRN_OBJ_FORMAT_XML_ELEMENT_RESULTSET        (0x00<<1)
 #define GRN_OBJ_FORMAT_XML_ELEMENT_NAVIGATIONENTRY  (0x01<<1)
 
-GRN_API grn_rc grn_text_aton(grn_ctx *ctx, const char *str, unsigned int strlen,
-                             grn_obj *res);
-
 #ifdef __cplusplus
 }
 #endif




Groonga-commit メーリングリストの案内
Back to archive index