Skip to content

Commit

Permalink
RFC: Removes unused mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Jul 6, 2018
1 parent 9ded938 commit 3bf8ed2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions actions/reconfigure.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ import (
"os"
"strconv"
"strings"
"sync"

"../proxy"
)

const serviceTemplateFeFilename = "service-formatted-fe.ctmpl"
const serviceTemplateBeFilename = "service-formatted-be.ctmpl"

var mu = &sync.Mutex{}

// Reconfigurable defines mandatory interface
type Reconfigurable interface {
Execute(reloadAfter bool) error
Expand Down

0 comments on commit 3bf8ed2

Please sign in to comment.