fix: remove now unused variable.
This commit is contained in:
parent
f12f684eb1
commit
99f5ed5901
1 changed files with 0 additions and 5 deletions
|
|
@ -5,16 +5,11 @@
|
|||
package builder
|
||||
|
||||
import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/roddhjav/apparmor.d/pkg/prebuild"
|
||||
)
|
||||
|
||||
var (
|
||||
regProfile = regexp.MustCompile(`profile ([^ ]+)`)
|
||||
)
|
||||
|
||||
type ReAttach struct {
|
||||
prebuild.Base
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue