mirror of
https://github.com/ziglang/zig.git
synced 2026-02-18 23:39:17 +00:00
std.fs: remove accidental comptime block
This commit is contained in:
parent
fcaeca5b0a
commit
0e26c61499
@ -2391,12 +2391,6 @@ pub fn openIterableDirAbsoluteW(absolute_path_c: [*:0]const u16, flags: Dir.Open
|
||||
return IterableDir{ .dir = try cwd().openDirW(absolute_path_c, flags, true) };
|
||||
}
|
||||
|
||||
comptime {
|
||||
_ = openIterableDirAbsolute;
|
||||
_ = openIterableDirAbsoluteZ;
|
||||
_ = openIterableDirAbsoluteW;
|
||||
}
|
||||
|
||||
/// Opens a file for reading or writing, without attempting to create a new file, based on an absolute path.
|
||||
/// Call `File.close` to release the resource.
|
||||
/// Asserts that the path is absolute. See `Dir.openFile` for a function that
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user