Navigation Menu

Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 10, 2015
1 parent 480cff8 commit 1958d8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/grn_io.h
Expand Up @@ -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
Expand Down

0 comments on commit 1958d8b

Please sign in to comment.