[Groonga-commit] groonga/groonga at 22d5f6e [master] Remove unused function declaration

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 16 17:13:57 JST 2014


Kouhei Sutou	2014-06-16 17:13:57 +0900 (Mon, 16 Jun 2014)

  New Revision: 22d5f6e436ce470898fbcb0b897830c5bdf81960
  https://github.com/groonga/groonga/commit/22d5f6e436ce470898fbcb0b897830c5bdf81960

  Message:
    Remove unused function declaration

  Modified files:
    lib/ctx.h

  Modified: lib/ctx.h (+0 -1)
===================================================================
--- lib/ctx.h    2014-06-16 16:55:53 +0900 (3960560)
+++ lib/ctx.h    2014-06-16 17:13:57 +0900 (656abfa)
@@ -417,7 +417,6 @@ GRN_API grn_rc grn_timeval2str(grn_ctx *ctx, grn_timeval *tv, char *buf);
 grn_rc grn_str2timeval(const char *str, uint32_t str_len, grn_timeval *tv);
 
 GRN_API void grn_ctx_log(grn_ctx *ctx, const char *fmt, ...) GRN_ATTRIBUTE_PRINTF(2);
-void grn_ctx_qe_fin(grn_ctx *ctx);
 void grn_ctx_loader_clear(grn_ctx *ctx);
 void grn_log_reopen(grn_ctx *ctx);
 
-------------- next part --------------
HTML����������������������������...
Download 



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