Commit fc77e393fd

Jakub Konka <kubkon@jakubkonka.com>
2020-05-04 13:40:57
Remove obsolete PATH_MAX const
1 parent b8112b3
Changed files (1)
lib
std
os
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;