[Groonga-mysql-commit] mroonga/mroonga at b98de6a [master] remove needless function definition

Back to archive index

shibakentoku null+****@clear*****
Tue Mar 25 05:12:58 JST 2014


shibakentoku	2014-03-25 05:12:58 +0900 (Tue, 25 Mar 2014)

  New Revision: b98de6aa6f5eac55f236024205247a38783777be
  https://github.com/mroonga/mroonga/commit/b98de6aa6f5eac55f236024205247a38783777be

  Message:
    remove needless function definition

  Modified files:
    ha_mroonga.hpp

  Modified: ha_mroonga.hpp (+0 -4)
===================================================================
--- ha_mroonga.hpp    2014-03-24 16:00:25 +0900 (54326a6)
+++ ha_mroonga.hpp    2014-03-25 05:12:58 +0900 (579210e)
@@ -377,7 +377,6 @@ public:
   int read_range_next();
 
   int ft_init();
-  void ft_end();
   FT_INFO *ft_init_ext(uint flags, uint inx, String *key);
   int ft_read(uchar *buf);
 
@@ -865,9 +864,6 @@ private:
   int generic_ft_init();
   int wrapper_ft_init();
   int storage_ft_init();
-  void generic_ft_end();
-  void wrapper_ft_end();
-  void storage_ft_end();
   FT_INFO *wrapper_ft_init_ext(uint flags, uint key_nr, String *key);
   FT_INFO *storage_ft_init_ext(uint flags, uint key_nr, String *key);
   void generic_ft_init_ext_add_conditions_fast_order_limit(
-------------- next part --------------
HTML����������������������������...
Download 



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