aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-19 07:52:52 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-19 07:52:52 +0000
commit40f7f06546efd3b4eac716ad3c27956466331ede (patch)
treecd3425a12e9842080d2b1e37c86b2efa1a9e8b6d /src/transport/gnunet-service-transport_manipulation.c
parentf4fb12b49d72d99b95b0efd353a427c494b7462d (diff)
downloadgnunet-40f7f06546efd3b4eac716ad3c27956466331ede.tar.gz
gnunet-40f7f06546efd3b4eac716ad3c27956466331ede.zip
remove dead assignments
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.c')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index eb75fbb01..be9cd2ba8 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -500,7 +500,6 @@ GST_manipulation_manipulate_metrics (const struct GNUNET_PeerIdentity *peer,
500 { 500 {
501 ats_new[d] = ats[d]; 501 ats_new[d] = ats[d];
502 m_tmp = UINT32_MAX; 502 m_tmp = UINT32_MAX;
503 g_tmp = UINT32_MAX;
504 if (NULL != tmp) 503 if (NULL != tmp)
505 m_tmp = find_metric (tmp, ntohl(ats[d].type), TM_RECEIVE); 504 m_tmp = find_metric (tmp, ntohl(ats[d].type), TM_RECEIVE);
506 g_tmp = find_metric (&man_handle.general, ntohl(ats[d].type), TM_RECEIVE); 505 g_tmp = find_metric (&man_handle.general, ntohl(ats[d].type), TM_RECEIVE);