summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-09-05 22:32:05 -0300
committerBrian Fraser <fraserbn@gmail.com>2013-09-21 08:47:41 -0300
commitb232556246c5d4d98797058f8d4e64774c234a69 (patch)
tree182d762ef669704e05135602b7e00e600bb3cc00 /embed.h
parentda1c03c4433ea55e5bff07372128bcbb974c03a7 (diff)
downloadperl-b232556246c5d4d98797058f8d4e64774c234a69.tar.gz
Removed DUMP_FDS and dump_fds()
If perl was compiled with -DDUMP_FDS, it would define dump_fds and add it to the API, although even then nothing used it. dump_fds() itself was buggy, only checking for fds 0 through 32.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/embed.h b/embed.h
index 937f7ec7cc..eade4a4015 100644
--- a/embed.h
+++ b/embed.h
@@ -758,9 +758,6 @@
#define pad_setsv(a,b) Perl_pad_setsv(aTHX_ a,b)
#define pad_sv(a) Perl_pad_sv(aTHX_ a)
#endif
-#if defined(DUMP_FDS)
-#define dump_fds(a) Perl_dump_fds(aTHX_ a)
-#endif
#if defined(HAS_SIGACTION) && defined(SA_SIGINFO)
#define csighandler Perl_csighandler
#endif