Remove unused mutex

This commit is contained in:
Bjørn Erik Pedersen 2015-12-18 19:49:14 +01:00
parent 75b0bd216a
commit 7e65370ebb
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@ import (
"github.com/spf13/afero/mem" "github.com/spf13/afero/mem"
) )
var mux = &sync.Mutex{}
type MemMapFs struct { type MemMapFs struct {
sync.RWMutex sync.RWMutex
data map[string]File data map[string]File