danbev commited on
Commit
cac1a97
·
unverified ·
1 Parent(s): 578e862

whisper : remove dummy commit comment [no ci] (#3143)

Browse files

This commit removes a dummy comment that was add by
Commit(589b408 "ci : dummy commit to trigger CI").

Files changed (1) hide show
  1. src/whisper.cpp +0 -2
src/whisper.cpp CHANGED
@@ -35,8 +35,6 @@
35
  #include <thread>
36
  #include <vector>
37
 
38
- // dummy
39
-
40
  #if defined(WHISPER_BIG_ENDIAN)
41
  template<typename T>
42
  static T byteswap(T value) {
 
35
  #include <thread>
36
  #include <vector>
37
 
 
 
38
  #if defined(WHISPER_BIG_ENDIAN)
39
  template<typename T>
40
  static T byteswap(T value) {