[Groonga-commit] groonga/groonga at 1958d8b [master] Remove unused code

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 10 18:42:59 JST 2015


Kouhei Sutou	2015-01-10 18:42:59 +0900 (Sat, 10 Jan 2015)

  New Revision: 1958d8bb0966fc0f9b75e40ef653944c223b01da
  https://github.com/groonga/groonga/commit/1958d8bb0966fc0f9b75e40ef653944c223b01da

  Message:
    Remove unused code

  Modified files:
    lib/grn_io.h

  Modified: lib/grn_io.h (+0 -4)
===================================================================
--- lib/grn_io.h    2015-01-10 18:42:08 +0900 (94d676c)
+++ lib/grn_io.h    2015-01-10 18:42:59 +0900 (ea5e4fe)
@@ -30,12 +30,8 @@ extern "C" {
 # else /* FMO_EACH */
 #  define GRN_IO_FILE_SIZE  134217728L
 # endif /* FMO_EACH */
-# define GRN_IO_COPY       grn_io_rdonly
-# define GRN_IO_UPDATE     grn_io_wronly
 #else /* WIN32 */
 # define GRN_IO_FILE_SIZE  1073741824UL
-# define GRN_IO_COPY       grn_io_rdwr
-# define GRN_IO_UPDATE     grn_io_rdwr
 #endif /* WIN32 */
 
 #ifdef WIN32
-------------- next part --------------
HTML����������������������������...
Download 



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