]> git.tuebingen.mpg.de Git - paraslash.git/commit
Remove unused field "sc" of struct udp_target.
authorAndre Noll <maan@systemlinux.org>
Wed, 6 Oct 2010 21:23:19 +0000 (23:23 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 31 Oct 2010 11:18:24 +0000 (12:18 +0100)
commit23b1141809ea872a144d8dbe6d123e93e74094de
treee96933bde2e3822dec728eac442574667c668985
parent939ece34a0c1ae2f8c32436d31ed18de6b3c24b5
Remove unused field "sc" of struct udp_target.

All functions get/pass a struct sender_client which contains a struct
udp_target as its private data, but we never need to get the struct
sender_client from a struct udp_target. So the sc pointer is unnecessary.
udp_send.c