From 429485b05c9e99ce7475e53adc618bb20da23e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20=C3=96qvist?= Date: Mon, 10 Mar 2025 14:47:52 +0100 Subject: [PATCH] Remove obsolete comment --- src/support/ios.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/support/ios.h b/src/support/ios.h index 6eab9e21c45b6..bd26ee8d28181 100644 --- a/src/support/ios.h +++ b/src/support/ios.h @@ -14,8 +14,6 @@ extern "C" { // this flag controls when data actually moves out to the underlying I/O // channel. memory streams are a special case of this where the data // never moves out. - -//make it compatible with UV Handles typedef enum { bm_none=1000, bm_line, bm_block, bm_mem } bufmode_t; typedef enum { bst_none, bst_rd, bst_wr } bufstate_t;