X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dfe761f4bc8d35a74c3da5fabe99630c0788001f..cf56a22da60094d8e7f14b1457526dc194d40226:/src/portable.h diff --git a/src/portable.h b/src/portable.h index 537d24cff6..f56b81db8f 100644 --- a/src/portable.h +++ b/src/portable.h @@ -156,11 +156,4 @@ extern int vasnprintf(char **ptr, size_t str_m, const char *fmt, va_list ap); void hexa_print(const char*name, unsigned char *data, int size); const char *hexa_str(unsigned char *data, int size, int downside); - -#if defined(WIN32) -/* Visual C++ does not implements the gettimeofday() function */ -XBT_PUBLIC(int) -gettimeofday(struct timeval *tv, struct timezone *tz); -#endif - #endif /* GRAS_PORTABLE_H */