Remove unused src/dst variables in send_no_marker()
This commit is contained in:
@@ -83,11 +83,6 @@ struct private_sender_t {
|
|||||||
METHOD(sender_t, send_no_marker, void,
|
METHOD(sender_t, send_no_marker, void,
|
||||||
private_sender_t *this, packet_t *packet)
|
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)
|
if (this->send_delay)
|
||||||
{
|
{
|
||||||
message_t *message;
|
message_t *message;
|
||||||
|
|||||||
Reference in New Issue
Block a user