From 250e4e283cffd2fdbeee94eb868ca9ca2895f667 Mon Sep 17 00:00:00 2001 From: Puru <40428133+tuladhar-p@users.noreply.github.com> Date: Thu, 17 Jan 2019 10:45:29 +0545 Subject: [PATCH] Remove unused helper function --- controlstructures/switch.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/controlstructures/switch.go b/controlstructures/switch.go index 30c2d3c..f7c082c 100644 --- a/controlstructures/switch.go +++ b/controlstructures/switch.go @@ -75,7 +75,3 @@ func main() { } } - -func helper() bool { - return false -}