From e39ba750cdcaf5a587ccb5d38fdc3227d3096066 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 12 May 2025 14:40:17 +0200 Subject: [PATCH] whisper : remove dummy commit comment [no ci] (#3143) This commit removes a dummy comment that was add by Commit(589b408 "ci : dummy commit to trigger CI"). --- src/whisper.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/whisper.cpp b/src/whisper.cpp index f8707e73..e103e29b 100644 --- a/src/whisper.cpp +++ b/src/whisper.cpp @@ -35,8 +35,6 @@ #include #include -// dummy - #if defined(WHISPER_BIG_ENDIAN) template static T byteswap(T value) {