[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Remove unused function

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:41:56 JST 2012


Kouhei Sutou	2012-04-10 10:00:41 +0900 (Tue, 10 Apr 2012)

  New Revision: 6c111269a64fbfb4da5e1de6da3971efb8a97545
  https://github.com/mroonga/mroonga/commit/6c111269a64fbfb4da5e1de6da3971efb8a97545

  Log:
    Remove unused function
    
    mrn_index_table_name_gen()

  Modified files:
    mrn_sys.cpp

  Modified: mrn_sys.cpp (+0 -11)
===================================================================
--- mrn_sys.cpp    2012-04-09 19:23:11 +0900 (fed650d)
+++ mrn_sys.cpp    2012-04-10 10:00:41 +0900 (641cfff)
@@ -86,14 +86,3 @@ bool mrn_hash_remove(grn_ctx *ctx, grn_hash *hash, const char *key)
   }
   return succeed;
 }
-
-/**
- * "${table}" ==> "${table}-${index_name}"
- */
-char *mrn_index_table_name_gen(const char *table_name,
-                               const char *index_name,
-                               char *dest)
-{
-  snprintf(dest, MRN_MAX_PATH_SIZE, "%s-%s", table_name, index_name);
-  return dest;
-}
-------------- next part --------------
HTML����������������������������...
Download 



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