From 37f393ff942cca0a327fe90b6024f1b47c3feb28 Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Thu, 19 Jan 2017 18:18:06 -0800 Subject: [PATCH] Remove unneeded comment block --- vault/policy.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/vault/policy.go b/vault/policy.go index 2101a9d6e..5af469629 100644 --- a/vault/policy.go +++ b/vault/policy.go @@ -56,8 +56,6 @@ type Policy struct { Raw string } -/* - */ // PathCapabilities represents a policy for a path in the namespace. type PathCapabilities struct { Prefix string