From edc16a61ea0fba939b67d30e06eecfa1deb8f875 Mon Sep 17 00:00:00 2001 From: Samir Patel <48686912+54mir@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:08:04 -0600 Subject: [PATCH] remove comment --- pql/ast.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pql/ast.go b/pql/ast.go index 65a74908f..383e37e15 100644 --- a/pql/ast.go +++ b/pql/ast.go @@ -475,7 +475,6 @@ var callInfoByFunc = map[string]callInfo{ allowUnknown: false, prototypes: map[string]interface{}{ "columns": interfaceOrVariable, - // "columns": []interface{}{}, }, callType: PrecallGlobal, },