diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-05-07 18:17:39 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-05-20 21:19:44 +0200 |
commit | 1cb43330cc18f2eee5ab1eb58e65991407f4b243 (patch) | |
tree | 62b6088fd1ab8d134058afbf70458ab123bf7d11 /embed.h | |
parent | 3a88beaa68dbb5bad93145daa0c829e0aeb40adb (diff) | |
download | perl-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |