FMUv2: Remove unneeded code

This commit is contained in:
Lorenz Meier 2015-11-29 17:03:19 +01:00
parent f8ccac69bc
commit 57ce3cfd01

View File

@ -212,19 +212,6 @@ static struct sdio_dev_s *sdio;
#include <math.h>
/* TODO XXX commented this out to get cmake build working */
/*#ifdef __cplusplus*/
/*__EXPORT int matherr(struct __exception *e)*/
/*{*/
/*return 1;*/
/*}*/
/*#else*/
/*__EXPORT int matherr(struct exception *e)*/
/*{*/
/*return 1;*/
/*}*/
/*#endif*/
__EXPORT int nsh_archinitialize(void)
{