From 5c2e3db3b4be30bee0f2cd87361da19a9febf854 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 3 Dec 2018 08:00:53 +0100 Subject: Documentation de l'implémentation de référence (src/) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/debug.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/debug.h b/src/debug.h index c25aeb1..1dcf4ea 100644 --- a/src/debug.h +++ b/src/debug.h @@ -41,9 +41,6 @@ static inline void debug_dump_buffer(const char *header, size_t len, const uint8 fprintf(DUMP, "\n"); } - if (len/8 == 0) - return; - for (size_t line=0; line