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
|
package builder
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"regexp"
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/roddhjav/apparmor.d/pkg/prebuild"
|
"github.com/roddhjav/apparmor.d/pkg/prebuild"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
|
||||||
regProfile = regexp.MustCompile(`profile ([^ ]+)`)
|
|
||||||
)
|
|
||||||
|
|
||||||
type ReAttach struct {
|
type ReAttach struct {
|
||||||
prebuild.Base
|
prebuild.Base
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue