Drop remains of support for Metrowerks Standard C++ library

This compiler is not supported since a very long time, so get rid of the
tests for __MSL__.
This commit is contained in:
Vadim Zeitlin 2022-04-14 00:34:33 +02:00
parent 7b0d77e0c0
commit d31d645777
4 changed files with 0 additions and 37 deletions

12
configure vendored
View file

@ -34369,12 +34369,6 @@ else
#include <stdio.h>
#include <stdarg.h>
#ifdef __MSL__
#if __MSL__ >= 0x6000
namespace std {}
using namespace std;
#endif
#endif
int
main ()
@ -34476,12 +34470,6 @@ else
#include <stdio.h>
#include <stdarg.h>
#ifdef __MSL__
#if __MSL__ >= 0x6000
namespace std {}
using namespace std;
#endif
#endif
int
main ()