diff options
Diffstat (limited to 'linker/linker_format.cpp')
-rw-r--r-- | linker/linker_format.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linker/linker_format.cpp b/linker/linker_format.cpp index cc70a0345..60b759bf3 100644 --- a/linker/linker_format.cpp +++ b/linker/linker_format.cpp @@ -184,8 +184,6 @@ snprintf(char* buff, size_t bufsize, const char* format, ...) return ret; } -#if LINKER_DEBUG - #if !LINKER_DEBUG_TO_LOG /*** File descriptor output @@ -326,8 +324,6 @@ format_log(int prio, const char *tag, const char *format, ...) #endif /* LINKER_DEBUG_TO_LOG */ -#endif /* LINKER_DEBUG */ - /*** formatted output implementation ***/ |