commit 87774cfb7aa7af093eef65d6fdc586e7085bc316
parent 5ea4faabf0c73de516525abf84ce7f63fd5d5eeb
Author: Drew DeVault <sir@cmpwn.com>
Date: Tue, 19 Oct 2021 17:00:26 +0200
iobus: remove obsolete comment
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/iobus/io_uring/bus.ha b/iobus/io_uring/bus.ha
@@ -2,7 +2,6 @@ use errors;
use io;
use linux::io_uring;
-// TODO: Better error handling everywhere
def DEFAULT_RING_SIZE: u32 = 512;
// Creates a new io_uring I/O bus.