mirror of
https://github.com/ziglang/zig.git
synced 2026-02-19 15:58:50 +00:00
std.fs: delete unused label
stage2 starting to catch problems with the standard library :)
This commit is contained in:
parent
e9477048e5
commit
a008fb0a71
@ -570,7 +570,7 @@ pub const Dir = struct {
|
||||
/// Memory such as file names referenced in this returned entry becomes invalid
|
||||
/// with subsequent calls to `next`, as well as when this `Dir` is deinitialized.
|
||||
pub fn next(self: *Self) Error!?Entry {
|
||||
start_over: while (true) {
|
||||
while (true) {
|
||||
const w = os.windows;
|
||||
if (self.index >= self.end_index) {
|
||||
var io: w.IO_STATUS_BLOCK = undefined;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user