From 57b2427a3baa2694768d34123e2e814ddd9a39ac Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Sat, 18 Aug 2012 16:41:59 +0100 Subject: [PATCH] Remove including config.h (and co) in perlio.h As far as I can tell this is entirely dead code. --- perlio.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/perlio.c b/perlio.c index cf29586..94b622b 100644 --- a/perlio.c +++ b/perlio.c @@ -31,23 +31,7 @@ #define dSYS dNOOP #endif -#define VOIDUSED 1 -#ifdef PERL_MICRO -# include "uconfig.h" -#else -# ifndef USE_CROSS_COMPILE -# include "config.h" -# else -# include "xconfig.h" -# endif -#endif - #define PERLIO_NOT_STDIO 0 -#if !defined(PERLIO_IS_STDIO) && !defined(USE_SFIO) -/* - * #define PerlIO FILE - */ -#endif /* * This file provides those parts of PerlIO abstraction * which are not #defined in perlio.h. -- 2.7.4