From 76e31642530e156993c614fce178e99f175e951a Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Mon, 3 Nov 2025 10:58:09 +0100 Subject: [PATCH] Remove os2 mockup warning --- core/os/os2/doc.odin | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/os/os2/doc.odin b/core/os/os2/doc.odin index e413ef186..2ebdd0912 100644 --- a/core/os/os2/doc.odin +++ b/core/os/os2/doc.odin @@ -3,9 +3,4 @@ // // The package os interface is intended to be uniform across all operating systems. // Features not generally available appear in the system-specific packages under core:sys/*. -// -// -// IMPORTANT NOTE from Bill: this is purely a mockup of what I want the new package os to be, and NON-FUNCTIONING. -// It is not complete but should give designers a better idea of the general interface and how to write things. -// This entire interface is subject to change. package os2