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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 1月 24日 (火) 15:49:49 JST


Kouhei Sutou	2012-01-24 15:49:49 +0900 (Tue, 24 Jan 2012)

  New Revision: 4bae9f5889fe970f44091e4ba21710cdfbe71003

  Log:
    remove a garbage GRN_API_ENTER.

  Modified files:
    lib/db.c

  Modified: lib/db.c (+0 -1)
===================================================================
--- lib/db.c    2012-01-24 10:43:56 +0900 (a6c728c)
+++ lib/db.c    2012-01-24 15:49:49 +0900 (81c61d4)
@@ -6208,7 +6208,6 @@ _grn_obj_remove(grn_ctx *ctx, grn_obj *obj)
   grn_id id = GRN_ID_NIL;
   grn_obj *db = NULL;
   char *path;
-  GRN_API_ENTER;
   if (ctx->impl && ctx->impl->db) {
     uint32_t s = 0;
     const char *n = _grn_table_key(ctx, ctx->impl->db, DB_OBJ(obj)->id, &s);




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