daemon/libnetwork/ns: remove windows stub

This reverts commit 40b6ebfe75 ([libnetwork@d82ceca]),
which added it to make compile work on Windows, but this package contains
no Windows code, so shouldn't be imported in any file compiled on Windows.

[libnetwork@d82ceca]: d82ceca3f6

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-03-29 15:45:02 +02:00
parent 579280d444
commit 635f4c3dc4

View File

@@ -1,3 +0,0 @@
package ns
// File is present so that go build ./... is closer to working on Windows from repo root.