[Groonga-commit] groonga/groonga at d06acb8 [master] table_remove: add a TODO comment

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 10 16:03:07 JST 2016


Kouhei Sutou	2016-02-10 16:03:07 +0900 (Wed, 10 Feb 2016)

  New Revision: d06acb8ba182f99a3b014e6cb863e109bcca1b70
  https://github.com/groonga/groonga/commit/d06acb8ba182f99a3b014e6cb863e109bcca1b70

  Message:
    table_remove: add a TODO comment

  Modified files:
    lib/proc/proc_table.c

  Modified: lib/proc/proc_table.c (+1 -0)
===================================================================
--- lib/proc/proc_table.c    2016-02-10 16:02:04 +0900 (886ca6c)
+++ lib/proc/proc_table.c    2016-02-10 16:03:07 +0900 (9be68cf)
@@ -479,6 +479,7 @@ command_table_remove(grn_ctx *ctx,
   table = grn_ctx_get(ctx,
                       GRN_TEXT_VALUE(name),
                       GRN_TEXT_LEN(name));
+  /* TODO: Add a check whether the object is really a table. */
   if (table) {
     grn_obj_remove(ctx, table);
   } else {
-------------- next part --------------
HTML����������������������������...
Download 



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