diff --git a/esphome/components/esp32_ble/ble.cpp b/esphome/components/esp32_ble/ble.cpp index cf902e1b5d..a73626a1cf 100644 --- a/esphome/components/esp32_ble/ble.cpp +++ b/esphome/components/esp32_ble/ble.cpp @@ -24,8 +24,6 @@ namespace esp32_ble { static const char *const TAG = "esp32_ble"; -// No longer need static allocator - using on-demand pool instead - void ESP32BLE::setup() { global_ble = this; ESP_LOGCONFIG(TAG, "Running setup");