From c889348583ce561aba2698ebd84d83fa49a9de46 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 7 May 2020 13:23:19 -0700 Subject: [PATCH] Remove stale workarounds for MVC from Suunto EON Steel parser They were for the string field handling, but we now use the generic code that has those workarounds there. No need for them in the Suunto downloader. Signed-off-by: Linus Torvalds --- src/suunto_eonsteel_parser.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/suunto_eonsteel_parser.c b/src/suunto_eonsteel_parser.c index 11198fe..6633514 100644 --- a/src/suunto_eonsteel_parser.c +++ b/src/suunto_eonsteel_parser.c @@ -21,16 +21,8 @@ #include #include -#include #include #include -#include - -/* Wow. MSC is truly crap */ -#ifdef _MSC_VER -#define snprintf _snprintf -#define vsnprintf _vsnprintf -#endif #include "suunto_eonsteel.h" #include "context-private.h"