[Groonga-commit] groonga/grngo at 3ca256c [master] Remove a type no longer needed.

Back to archive index

susumu.yata null+****@clear*****
Tue Jun 23 23:06:05 JST 2015


susumu.yata	2015-06-23 23:06:05 +0900 (Tue, 23 Jun 2015)

  New Revision: 3ca256c38f89603e815b852253006be5a056a7f8
  https://github.com/groonga/grngo/commit/3ca256c38f89603e815b852253006be5a056a7f8

  Message:
    Remove a type no longer needed.

  Modified files:
    grngo.go

  Modified: grngo.go (+0 -3)
===================================================================
--- grngo.go    2015-06-23 23:01:15 +0900 (392bde7)
+++ grngo.go    2015-06-23 23:06:05 +0900 (bf05a35)
@@ -123,9 +123,6 @@ func NewTableOptions() *TableOptions {
 
 // -- ColumnOptions --
 
-// Constants for ColumnOptions.
-type CompressionType int
-
 const (
 	CompressMask = C.GRN_OBJ_COMPRESS_MASK
 	CompressNone = C.GRN_OBJ_COMPRESS_NONE
-------------- next part --------------
HTML����������������������������...
Descargar 



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