commit fc77e393fdbaf874ab22d528ba2bc3d63836b439 (tree)
parent b8112b3d17c678456fa19d600aeaf78c787ca8bc
Author: Jakub Konka <kubkon@jakubkonka.com>
Date: Mon, 4 May 2020 13:40:57 +0200
Remove obsolete PATH_MAX const
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/std/os/bits/wasi.zig b/lib/std/os/bits/wasi.zig
@@ -12,8 +12,6 @@ pub const timespec = extern struct {
tv_nsec: isize,
};
-pub const PATH_MAX = 4096; // TODO verify this!
-
// As defined in the wasi_snapshot_preview1 spec file:
// https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/witx/typenames.witx
pub const advice_t = u8;