[Groonga-commit] groonga/groonga at b9ce902 [master] hash: remove an unused definition

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 14 16:54:50 JST 2016


Kouhei Sutou	2016-01-14 16:54:50 +0900 (Thu, 14 Jan 2016)

  New Revision: b9ce9023443a81019ee14682855256d510fb2859
  https://github.com/groonga/groonga/commit/b9ce9023443a81019ee14682855256d510fb2859

  Message:
    hash: remove an unused definition

  Modified files:
    lib/hash.c

  Modified: lib/hash.c (+0 -2)
===================================================================
--- lib/hash.c    2016-01-13 18:14:09 +0900 (c6b23a6)
+++ lib/hash.c    2016-01-14 16:54:50 +0900 (06ec254)
@@ -1319,8 +1319,6 @@ typedef struct {
   uint8_t dummy[1];
 } entry_astr;
 
-#define LOGICAL_MAX_SEGMENT ((GRN_HASH_MAX_SEGMENT) * 4)
-
 enum {
   GRN_HASH_KEY_SEGMENT    = 0,
   GRN_HASH_ENTRY_SEGMENT  = 1,
-------------- next part --------------
HTML����������������������������...
Download 



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