summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-07 18:17:39 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 21:19:44 +0200
commit1cb43330cc18f2eee5ab1eb58e65991407f4b243 (patch)
tree62b6088fd1ab8d134058afbf70458ab123bf7d11 /embed.h
parent3a88beaa68dbb5bad93145daa0c829e0aeb40adb (diff)
downloadperl-1cb43330cc18f2eee5ab1eb58e65991407f4b243.tar.gz
Eliminate Perl_my_swabn(), as it is now unused.
It is not marked as part of the API, and no code on CPAN is using it.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index dd7708fdc4..1f398d6cd3 100644
--- a/embed.h
+++ b/embed.h
@@ -1169,7 +1169,6 @@
#define my_clearenv() Perl_my_clearenv(aTHX)
#define my_lstat_flags(a) Perl_my_lstat_flags(aTHX_ a)
#define my_stat_flags(a) Perl_my_stat_flags(aTHX_ a)
-#define my_swabn Perl_my_swabn
#define my_unexec() Perl_my_unexec(aTHX)
#define newATTRSUB_flags(a,b,c,d,e,f) Perl_newATTRSUB_flags(aTHX_ a,b,c,d,e,f)
#define newSTUB(a,b) Perl_newSTUB(aTHX_ a,b)