aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-11-03 10:58:09 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2026-02-08 13:07:41 +0100
commit6270b02b2c40e5f7469573ff4fecc1b092106e97 (patch)
treef9ce48807f90f9f1c3c6ea280249e72390fa7bd8 /core
parent876935065f51b1bb5557cd0e7604d41b0fb9e42f (diff)
Remove os2 mockup warning
Diffstat (limited to 'core')
-rw-r--r--core/os/os2/doc.odin5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/os/os2/doc.odin b/core/os/os2/doc.odin
index 86dcbc452..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 package is not fully complete yet but should give designers a better idea of the general
-// interface and how to write things. This entire interface is subject to change, but mostly working still.
-// When things are finalized, this message will be removed.
package os2