From b9a5c57b77bda9c37b9982330b0c017facaa16cb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 23 Sep 2025 22:47:17 -0500 Subject: [PATCH] preen --- esphome/components/usb_uart/usb_uart.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/esphome/components/usb_uart/usb_uart.h b/esphome/components/usb_uart/usb_uart.h index 1c4fb34fed..b41e0a52e9 100644 --- a/esphome/components/usb_uart/usb_uart.h +++ b/esphome/components/usb_uart/usb_uart.h @@ -137,9 +137,6 @@ class USBUartComponent : public usb_host::USBClient { // Lock-free data transfer from USB task to main loop static constexpr int USB_DATA_QUEUE_SIZE = 32; LockFreeQueue usb_data_queue_; - - // Pool for allocating data chunks (uses EventPool pattern like BLE) - // MUST be same size as queue to guarantee push always succeeds after allocate EventPool chunk_pool_; protected: