mirror of https://github.com/docker/docs.git
container: container_unix: remove unused func
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
da4f2ce629
commit
0e9769ab62
|
@ -502,11 +502,6 @@ func (container *Container) ShmResourcePath() (string, error) {
|
||||||
return container.GetRootResourcePath("shm")
|
return container.GetRootResourcePath("shm")
|
||||||
}
|
}
|
||||||
|
|
||||||
// MqueueResourcePath returns path to mqueue
|
|
||||||
func (container *Container) MqueueResourcePath() (string, error) {
|
|
||||||
return container.GetRootResourcePath("mqueue")
|
|
||||||
}
|
|
||||||
|
|
||||||
// HasMountFor checks if path is a mountpoint
|
// HasMountFor checks if path is a mountpoint
|
||||||
func (container *Container) HasMountFor(path string) bool {
|
func (container *Container) HasMountFor(path string) bool {
|
||||||
_, exists := container.MountPoints[path]
|
_, exists := container.MountPoints[path]
|
||||||
|
|
Loading…
Reference in New Issue