Delete subroutines Socket::fake_get{addr,name}info if they are not used.
authorNicholas Clark <nick@ccl4.org>
Wed, 16 Feb 2011 09:58:05 +0000 (09:58 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 16 Feb 2011 10:00:42 +0000 (10:00 +0000)
commit32b40adf68a55d5c1a7e1f5077d5bfa798a41506
treeb7327b774a96c4b5e95700979d02eb9a70d78112
parent12605ff99dc0b98fd730bbd2380934b87b8b32f5
Delete subroutines Socket::fake_get{addr,name}info if they are not used.

Nothing outside of Socket.pm uses them, and removing them from the symbol table
frees up about 12K. (And likely reduces the per-thread overhead under ithreads,
as their pads won't need cloning.)
ext/Socket/Socket.pm