Skip to content

Commit

Permalink
Remove unused embedded lock on ExecContext
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Aug 26, 2016
1 parent 14060b1 commit 53d7dfb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"fmt"
"log"
"path/filepath"
"sync"

"github.com/hashicorp/nomad/client/allocdir"
"github.com/hashicorp/nomad/client/config"
Expand Down Expand Up @@ -121,8 +120,6 @@ type DriverHandle interface {

// ExecContext is shared between drivers within an allocation
type ExecContext struct {
sync.Mutex

// AllocDir contains information about the alloc directory structure.
AllocDir *allocdir.AllocDir

Expand Down

0 comments on commit 53d7dfb

Please sign in to comment.