diff options
Diffstat (limited to 'xsltproc/xsltproc.c')
-rw-r--r-- | xsltproc/xsltproc.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index 0efbf05e..b53b5e2d 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -75,17 +75,6 @@ #include <sys/timeb.h> #endif -#ifndef HAVE_STAT -# ifdef HAVE__STAT - /* MS C library seems to define stat and _stat. The definition - * is identical. Still, mapping them to each other causes a warning. */ -# ifndef _MSC_VER -# define stat(x,y) _stat(x,y) -# endif -# define HAVE_STAT -# endif -#endif - static int debug = 0; static int repeat = 0; static int timing = 0; |