From 45ce3e5a8f0207ff3a834a617577ffdb6db5c9d6 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 25 Oct 1998 06:46:30 +0000 Subject: [PATCH] remove FAST_SV_GETS remnant (as suggested by Gisle Aas) p4raw-id: //depot/perl@2065 --- sv.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sv.c b/sv.c index 97a0790..f0ccae5 100644 --- a/sv.c +++ b/sv.c @@ -36,10 +36,6 @@ #endif #endif -#if defined(USE_STDIO_PTR) && defined(STDIO_PTR_LVALUE) && defined(STDIO_CNT_LVALUE) && !defined(__QNX__) -# define FAST_SV_GETS -#endif - #ifdef PERL_OBJECT #define FCALL this->*f #define VTBL this->*vtbl -- 2.7.4