mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
libcontainer/devices/device_windows.go: rm
This was initially added by commitd78ee47154but later moved from libcontainer/configs to libcontainer/devices by commit677baf22. Looks like since commit677baf22and also [1] there is no use for this, thus removing. [1] https://github.com/containers/buildah/pull/2652 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
b1deba8c5a
commit
0596f6e1e7
@@ -1,5 +0,0 @@
|
||||
package devices
|
||||
|
||||
func mkDev(_ *Rule) (uint64, error) {
|
||||
return 0, nil
|
||||
}
|
||||
Reference in New Issue
Block a user