projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8ff4cf
)
unused vars.
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 2 Dec 2002 21:50:44 +0000
(21:50 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 2 Dec 2002 21:50:44 +0000
(21:50 +0000)
apps/silcd/idlist.c
patch
|
blob
|
history
diff --git
a/apps/silcd/idlist.c
b/apps/silcd/idlist.c
index ae9e79497f3f87799f8926c144c3328055f8777b..7f72072a28ec071ec1df942dfec297f1ef1f7b09 100644
(file)
--- a/
apps/silcd/idlist.c
+++ b/
apps/silcd/idlist.c
@@
-654,10
+654,6
@@
static void silc_idlist_del_channel_foreach(void *key, void *context,
int silc_idlist_del_channel(SilcIDList id_list, SilcChannelEntry entry)
{
if (entry) {
- SilcHashTableList htl;
- SilcBuffer tmp;
- SilcUInt32 type;
-
/* Remove from cache */
if (!silc_idcache_del_by_context(id_list->channels, entry))
return FALSE;