mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #20785 from runcom/clean-cont
container: container_unix: remove unused func
This commit is contained in:
commit
79258eca9b
1 changed files with 0 additions and 5 deletions
|
@ -502,11 +502,6 @@ func (container *Container) ShmResourcePath() (string, error) {
|
|||
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
|
||||
func (container *Container) HasMountFor(path string) bool {
|
||||
_, exists := container.MountPoints[path]
|
||||
|
|
Loading…
Add table
Reference in a new issue