libcontainer/devices/device_windows.go: rm

This was initially added by commit d78ee47154 but later
moved from libcontainer/configs to libcontainer/devices by
commit 677baf22.

Looks like since commit 677baf22 and 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:
Kir Kolyshkin
2020-12-02 19:53:15 -08:00
committed by Sebastiaan van Stijn
parent b1deba8c5a
commit 0596f6e1e7
-5
View File
@@ -1,5 +0,0 @@
package devices
func mkDev(_ *Rule) (uint64, error) {
return 0, nil
}