summaryrefslogtreecommitdiff
path: root/perlio.c
diff options
context:
space:
mode:
authorDavid Leadbeater <dgl@dgl.cx>2012-08-18 16:41:59 +0100
committerNicholas Clark <nick@ccl4.org>2013-09-10 13:45:27 +0200
commit57b2427a3baa2694768d34123e2e814ddd9a39ac (patch)
treeb6915503fc750770031467d3c31b365fcdf4be94 /perlio.c
parent0025012cb645972d48b6dec0555e78b8ab65ffdc (diff)
downloadperl-57b2427a3baa2694768d34123e2e814ddd9a39ac.tar.gz
Remove including config.h (and co) in perlio.h
As far as I can tell this is entirely dead code.
Diffstat (limited to 'perlio.c')
-rw-r--r--perlio.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/perlio.c b/perlio.c
index cf29586e1c..94b622b3d1 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.