| author | |
| committer | |
| log | 21c81360ba40d645768d061723522116b6408d48 |
| tree | 7d70351434f6a0077ed617fb5f57ec605817c4bf |
| parent | ac1d9f716ac07786bd5e77bb51b93caf06bddd9e |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/io_uring.zig-1| ... | @@ -145,7 +145,6 @@ pub const IO_Uring = struct { | ... | @@ -145,7 +145,6 @@ pub const IO_Uring = struct { |
| 145 | assert(cq.overflow.* == 0); | 145 | assert(cq.overflow.* == 0); |
| 146 | assert(cq.cqes.len == p.*.cq_entries); | 146 | assert(cq.cqes.len == p.*.cq_entries); |
| 147 | 147 | ||
| 148 | // Alles in Ordnung! | ||
| 149 | return IO_Uring { | 148 | return IO_Uring { |
| 150 | .fd = fd, | 149 | .fd = fd, |
| 151 | .sq = sq, | 150 | .sq = sq, |