From 1357de1fcd23892a420ee09b494ec307df18395c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 15 Mar 2026 22:53:59 -1000 Subject: [PATCH] [microphone] Remove empty microphone.cpp The only function was inlined into the header as a template. --- esphome/components/microphone/microphone.cpp | 1 - 1 file changed, 1 deletion(-) delete mode 100644 esphome/components/microphone/microphone.cpp diff --git a/esphome/components/microphone/microphone.cpp b/esphome/components/microphone/microphone.cpp deleted file mode 100644 index c941e9c3ac..0000000000 --- a/esphome/components/microphone/microphone.cpp +++ /dev/null @@ -1 +0,0 @@ -// Intentionally empty - all methods are now inline templates in microphone.h