Remove comment

This commit is contained in:
Joran Dirk Greef
2020-09-17 19:44:53 +02:00
parent ac1d9f716a
commit 21c81360ba

View File

@@ -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,