mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-08-27 21:00:02 -04:00
Remove unused variable in man page example
Signed-off-by: Yinan Zhang <zyn8950@gmail.com>
This commit is contained in:
+1
-1
@@ -641,7 +641,7 @@ int app_setup_uring(void) {
|
||||
|
||||
int read_from_cq() {
|
||||
struct io_uring_cqe *cqe;
|
||||
unsigned head, reaped = 0;
|
||||
unsigned head;
|
||||
|
||||
/* Read barrier */
|
||||
head = io_uring_smp_load_acquire(cring_head);
|
||||
|
||||
Reference in New Issue
Block a user