From fd78c12daa31b5c05dafc4d804c78c22a341d677 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 2 Dec 2020 19:53:15 -0800 Subject: [PATCH] libcontainer/devices/device_windows.go: rm This was initially added by commit d78ee47154eee7 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 igned-off-by: Kir Kolyshkin --- libcontainer/devices/device_windows.go | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 libcontainer/devices/device_windows.go diff --git a/libcontainer/devices/device_windows.go b/libcontainer/devices/device_windows.go deleted file mode 100644 index 8511bf00e07..00000000000 --- a/libcontainer/devices/device_windows.go +++ /dev/null @@ -1,5 +0,0 @@ -package devices - -func (d *Rule) Mkdev() (uint64, error) { - return 0, nil -}