summaryrefslogtreecommitdiff
path: root/runtime/runtime_no_aufs.go
blob: 05a01fe151f2544a4fd181391eb00021cc7c2e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
// +build exclude_graphdriver_aufs

package runtime

import (
	"github.com/dotcloud/docker/runtime/graphdriver"
)

func migrateIfAufs(driver graphdriver.Driver, root string) error {
	return nil
}