From 8126125dddc96f91d9170550f71a0a331eabfce7 Mon Sep 17 00:00:00 2001 From: Michael Golowka <72365+pcman312@users.noreply.github.com> Date: Mon, 27 Apr 2020 16:15:30 -0600 Subject: [PATCH] Removed unused const --- plugin/gcp_role.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugin/gcp_role.go b/plugin/gcp_role.go index 14c061f4..da399eea 100644 --- a/plugin/gcp_role.go +++ b/plugin/gcp_role.go @@ -12,10 +12,6 @@ import ( "github.com/hashicorp/vault/sdk/logical" ) -const ( - currentGCPRoleVersion = 1 -) - type gcpRole struct { tokenutil.TokenParams