container: container_unix: remove unused func
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
da4f2ce629
commit
0e9769ab62
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…
Reference in a new issue