summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-25 06:46:30 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-25 06:46:30 +0000
commit45ce3e5a8f0207ff3a834a617577ffdb6db5c9d6 (patch)
tree220ca9390fb6be1c6434282275af6faf7529dc69 /sv.c
parentbdeef251cd01b4ea0422cf98195dbdbc42aa71fd (diff)
downloadperl-45ce3e5a8f0207ff3a834a617577ffdb6db5c9d6.tar.gz
remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
p4raw-id: //depot/perl@2065
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sv.c b/sv.c
index 97a07909c7..f0ccae54e0 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