projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03cd34c
)
- unused var
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 19 Jun 2012 08:19:19 +0000
(08:19 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 19 Jun 2012 08:19:19 +0000
(08:19 +0000)
src/ats/ats_api_scheduling.c
patch
|
blob
|
history
diff --git
a/src/ats/ats_api_scheduling.c
b/src/ats/ats_api_scheduling.c
index 5a174b838573d26593b6cec440217db972f48c49..90221537ab46d9b3851debd41d2814c69f0ac142 100644
(file)
--- a/
src/ats/ats_api_scheduling.c
+++ b/
src/ats/ats_api_scheduling.c
@@
-409,7
+409,6
@@
find_session_id (struct GNUNET_ATS_SchedulingHandle *sh, struct Session *session
const struct GNUNET_PeerIdentity *peer)
{
unsigned int i;
- unsigned int f;
char * p2;
GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "ats-scheduling-api",
@@
-418,7
+417,6
@@
find_session_id (struct GNUNET_ATS_SchedulingHandle *sh, struct Session *session
if (NULL == session)
return NOT_FOUND;
- f = 0;
for (i = 1; i < sh->session_array_size; i++)
{
if (session == sh->session_array[i].session)