interface: fs: remove old ifc definition file

This commit is contained in:
2026-03-10 19:20:18 +00:00
parent b680ffdd5b
commit 86ca343cf0

View File

@@ -1,4 +0,0 @@
interface fs {
msg open(string path, int flags) -> (int err);
msg read(size count) -> (int err, bytebuf data);
}