| 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 | 145 | assert(cq.overflow.* == 0); |
| 146 | 146 | assert(cq.cqes.len == p.*.cq_entries); |
| 147 | 147 | |
| 148 | // Alles in Ordnung! | |
| 149 | 148 | return IO_Uring { |
| 150 | 149 | .fd = fd, |
| 151 | 150 | .sq = sq, |