chiark / gitweb /
sd-dhcp-server: remove unused cleanup function
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 20 Jun 2014 17:32:51 +0000 (19:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 20 Jun 2014 17:32:51 +0000 (19:32 +0200)
commit88675ae97c62dcef32c654038a9bb92fd890e408
tree0ba1989b9b28a3d9b9423c5b64a46be139e4ca13
parent9bfcda9528636914aef3e0ab91191bb81654c83d
sd-dhcp-server: remove unused cleanup function

Removes _cleanup_dhcp_lease_free_. While the automatic cleanup
functions are great to have this one is never used and causes
a warning in clang.
src/libsystemd-network/sd-dhcp-server.c