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 <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2020-05-07 13:23:19 -07:00
parent 761089c8f2
commit c889348583

View File

@ -21,16 +21,8 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <math.h>
#include <stdarg.h>
/* Wow. MSC is truly crap */
#ifdef _MSC_VER
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#endif
#include "suunto_eonsteel.h"
#include "context-private.h"