Skip to content

Commit 65763a2

Browse files
author
Iwan Kawrakow
committed
Fix warnings about LLAMA_DEBUG being redefined
1 parent 6dc5bd8 commit 65763a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/llama-impl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ void llama_log_internal (ggml_log_level level, const char * format, ...);
3737
void llama_log_callback_default(ggml_log_level level, const char * text, void * user_data);
3838

3939
#define LLAMA_LOG_INFO(...) llama_log_internal(GGML_LOG_LEVEL_INFO , __VA_ARGS__)
40-
#define LLAMA_LOG_DEBUG(...) llama_log_internal(GGML_LOG_LEVEL_DEBUG , __VA_ARGS__)
4140
#ifdef NDEBUG
4241
// Release mode - make LLAMA_LOG_DEBUG a no-op
4342
#define LLAMA_LOG_DEBUG(...) ((void)0)

0 commit comments

Comments
 (0)