| ... | @@ -2391,12 +2391,6 @@ pub fn openIterableDirAbsoluteW(absolute_path_c: [*:0]const u16, flags: Dir.Open | ... | @@ -2391,12 +2391,6 @@ pub fn openIterableDirAbsoluteW(absolute_path_c: [*:0]const u16, flags: Dir.Open |
| 2391 | return IterableDir{ .dir = try cwd().openDirW(absolute_path_c, flags, true) }; | 2391 | return IterableDir{ .dir = try cwd().openDirW(absolute_path_c, flags, true) }; |
| 2392 | } | 2392 | } |
| 2393 | | 2393 | |
| 2394 | comptime { | | |
| 2395 | _ = openIterableDirAbsolute; | | |
| 2396 | _ = openIterableDirAbsoluteZ; | | |
| 2397 | _ = openIterableDirAbsoluteW; | | |
| 2398 | } | | |
| 2399 | | | |
| 2400 | /// Opens a file for reading or writing, without attempting to create a new file, based on an absolute path. | 2394 | /// Opens a file for reading or writing, without attempting to create a new file, based on an absolute path. |
| 2401 | /// Call `File.close` to release the resource. | 2395 | /// Call `File.close` to release the resource. |
| 2402 | /// Asserts that the path is absolute. See `Dir.openFile` for a function that | 2396 | /// Asserts that the path is absolute. See `Dir.openFile` for a function that |