[Groonga-mysql-commit] mroonga/mroonga at 9840056 [master] Remove a needless comment

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Dec 28 17:04:09 JST 2014


Kouhei Sutou	2014-12-28 17:04:09 +0900 (Sun, 28 Dec 2014)

  New Revision: 9840056c21c9fdd94b5ef1e853a8bcb50d34446e
  https://github.com/mroonga/mroonga/commit/9840056c21c9fdd94b5ef1e853a8bcb50d34446e

  Message:
    Remove a needless comment
    
    The check is already done at there.

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+0 -1)
===================================================================
--- ha_mroonga.cpp    2014-12-28 16:51:22 +0900 (b3178dd)
+++ ha_mroonga.cpp    2014-12-28 17:04:09 +0900 (94c3fe2)
@@ -10222,7 +10222,6 @@ void ha_mroonga::storage_store_field_column(Field *field,
       grn_obj_reinit(ctx, value, range_id, GRN_OBJ_VECTOR);
       grn_obj_get_value(ctx, column, record_id, value);
 
-      // TODO: Check whether reference type or not
       grn_obj unvectored_value;
       GRN_TEXT_INIT(&unvectored_value, 0);
       int n_ids = GRN_BULK_VSIZE(value) / sizeof(grn_id);
-------------- next part --------------
HTML����������������������������...
Télécharger 



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