[Groonga-commit] groonga/grngo at 420928b [master] Remove unused functions.

Back to archive index

susumu.yata null+****@clear*****
Fri Jun 19 15:26:17 JST 2015


susumu.yata	2015-06-19 15:26:17 +0900 (Fri, 19 Jun 2015)

  New Revision: 420928b440b010cfb7c8fc27b9f0afd3812c4d27
  https://github.com/groonga/grngo/commit/420928b440b010cfb7c8fc27b9f0afd3812c4d27

  Message:
    Remove unused functions.

  Modified files:
    grn.go

  Modified: grn.go (+0 -4)
===================================================================
--- grn.go    2015-06-19 15:23:07 +0900 (e8d735e)
+++ grn.go    2015-06-19 15:26:17 +0900 (2b410f8)
@@ -33,11 +33,7 @@ const (
 	False = Bool(0)
 )
 
-func NullBool() Bool         { return Bool(1) }
 func NullInt() Int           { return Int(math.MinInt64) }
-func NullFloat() Float       { return Float(math.NaN()) }
-func NullGeoPoint() GeoPoint { return GeoPoint{math.MinInt32, math.MinInt32} }
-func NullText() Text         { return nil }
 
 type TypeID int
 
-------------- next part --------------
HTML����������������������������...
Download 



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