Commit 21c81360ba

Joran Dirk Greef <joran@ronomon.com>
2020-09-17 19:44:53
Remove comment
1 parent ac1d9f7
Changed files (1)
lib
lib/std/io_uring.zig
@@ -145,7 +145,6 @@ pub const IO_Uring = struct {
         assert(cq.overflow.* == 0);
         assert(cq.cqes.len == p.*.cq_entries);
 
-        // Alles in Ordnung!
         return IO_Uring {
             .fd = fd,
             .sq = sq,