Spaces:
Running
Running
whisper : remove dummy commit comment [no ci] (#3143)
Browse filesThis commit removes a dummy comment that was add by
Commit(589b408 "ci : dummy commit to trigger CI").
- 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) {
|