Skip to content

Commit

Permalink
imc: removed unused variable in rpc command
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 6, 2017
1 parent fce9ee4 commit 377d4bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/imc/imc.c
Expand Up @@ -746,7 +746,6 @@ static void imc_rpc_list_rooms(rpc_t* rpc, void* ctx)

static void imc_rpc_list_members(rpc_t* rpc, void* ctx)
{
int i;
imc_room_p room = NULL;
void *vh;
void *ih;
Expand Down

0 comments on commit 377d4bd

Please sign in to comment.