container: container_unix: remove unused func
Signed-off-by: Antonio Murdaca <runcom@redhat.com> Upstream-commit: 0e9769ab62ec15d56541dfbbe72316630a98b6e2 Component: engine
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user