diff --git a/simgear/xml/xmlparse.c b/simgear/xml/xmlparse.c index f083a123..822dc170 100644 --- a/simgear/xml/xmlparse.c +++ b/simgear/xml/xmlparse.c @@ -22,11 +22,6 @@ #include "expat_config.h" #endif /* ndef COMPILED_FROM_DSP */ -// FIXME: I just want to compile -#ifdef _MSC_VER -#define HAVE_MEMMOVE 1 -#endif - #include "ascii.h" #include "expat.h"