leak-checker: Remove because it cannot be made thread-safe.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Apr 2013 21:52:41 +0000 (14:52 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 17 Jun 2013 22:33:15 +0000 (15:33 -0700)
commit825da1c6d1c7b9bc5128d7588b8bad6efaae650e
tree726e007e1f034636a88c7aa089b7d1d3936d5830
parent482557e5b54bb6bb35c71560a57aa6deb4a87f35
leak-checker: Remove because it cannot be made thread-safe.

The underlying glibc interface is deprecated because the interface itself
is not thread-safe.  That means that there's no way for a layer on top of
it to be thread-safe.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
20 files changed:
debian/openvswitch-common.install
debian/openvswitch-common.manpages
lib/automake.mk
lib/leak-checker.c [deleted file]
lib/leak-checker.h [deleted file]
lib/leak-checker.man [deleted file]
lib/stream-fd.c
lib/stream-ssl.c
lib/vconn-stream.c
manpages.mk
ovsdb/ovsdb-server.c
rhel/openvswitch-fedora.spec.in
rhel/openvswitch.spec.in
utilities/.gitignore
utilities/automake.mk
utilities/ovs-parse-leaks.8 [deleted file]
utilities/ovs-parse-leaks.in [deleted file]
vswitchd/ovs-vswitchd.8.in
vswitchd/ovs-vswitchd.c
xenserver/openvswitch-xen.spec.in