aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon')
-rw-r--r--src/libcharon/network/sender.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libcharon/network/sender.c b/src/libcharon/network/sender.c
index 641dd5333..5787b9ace 100644
--- a/src/libcharon/network/sender.c
+++ b/src/libcharon/network/sender.c
@@ -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;