socket: remove unused code

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin 2015-07-31 22:23:00 +03:00 committed by Pavel Emelyanov
parent b652b06124
commit 7e413b0771
2 changed files with 0 additions and 56 deletions

View file

@ -43,11 +43,6 @@ extern int resolve_unix_peers(void);
extern struct collect_image_info netlink_sk_cinfo;
extern char *skfamily2s(u32 f);
extern char *sktype2s(u32 t);
extern char *skproto2s(u32 p);
extern char *skstate2s(u32 state);
extern struct socket_desc *lookup_socket(int ino, int family, int proto);
extern const struct fdtype_ops unix_dump_ops;