From 671e59d13f379abe95d72d2091ccbf8aae571b91 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Fri, 20 Apr 2018 21:33:54 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20unused=20=E2=80=98binary=E2=80=99=20SQ?= =?UTF-8?q?L=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/funcs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/funcs.go b/sql/funcs.go index e3ff9967..39c21abe 100644 --- a/sql/funcs.go +++ b/sql/funcs.go @@ -70,7 +70,6 @@ var funcs = map[string]map[int]interface{}{ "array": {-1: nil}, "batch": {2: nil}, - "binary": {1: nil}, "difference": {-1: nil}, "distinct": {1: nil}, "either": {-1: nil},