Remove unused src/dst variables in send_no_marker()

This commit is contained in:
Martin Willi 2012-08-21 09:34:12 +02:00
parent ba922f99cb
commit f26796deb5
1 changed files with 0 additions and 5 deletions

View File

@ -83,11 +83,6 @@ struct private_sender_t {
METHOD(sender_t, send_no_marker, void,
private_sender_t *this, packet_t *packet)
{
host_t *src, *dst;
src = packet->get_source(packet);
dst = packet->get_destination(packet);
if (this->send_delay)
{
message_t *message;