From 4e64214e32c6235e087e689a170117288329a33f Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 10 Mar 2025 15:51:28 +0100 Subject: [PATCH] - --- cmd/root/auth.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/root/auth.go b/cmd/root/auth.go index b9529963c..d30f1ee10 100644 --- a/cmd/root/auth.go +++ b/cmd/root/auth.go @@ -15,11 +15,6 @@ import ( "github.com/spf13/cobra" ) -// Placeholders to use as unique keys in context.Context. -var ( - accountClient int -) - type ErrNoWorkspaceProfiles struct { path string }