[Groonga-commit] groonga/grnci at 20794b9 [master] Remove an unused argument from DB.ConfigDelete.

Back to archive index

Susumu Yata null+****@clear*****
Tue Sep 12 10:35:08 JST 2017


Susumu Yata	2017-09-12 10:35:08 +0900 (Tue, 12 Sep 2017)

  New Revision: 20794b901d5da85b4419753c0a0718da3b46745b
  https://github.com/groonga/grnci/commit/20794b901d5da85b4419753c0a0718da3b46745b

  Message:
    Remove an unused argument from DB.ConfigDelete.

  Modified files:
    v2/db.go

  Modified: v2/db.go (+1 -1)
===================================================================
--- v2/db.go    2017-09-12 10:27:33 +0900 (dd2a191)
+++ v2/db.go    2017-09-12 10:35:08 +0900 (d80ede9)
@@ -302,7 +302,7 @@ func (db *DB) ColumnRename(name, newName string) error {
 }
 
 // ConfigDelete executes config_delete.
-func (db *DB) ConfigDelete(key, value string) error {
+func (db *DB) ConfigDelete(key string) error {
 	resp, err := db.Invoke("config_delete", map[string]interface{}{
 		"key": key,
 	}, nil)
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170912/2657d590/attachment.htm 



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