Silenced some compiler warnings

This commit is contained in:
Martin Pulec
2013-07-10 13:28:20 +02:00
parent b3a080bb10
commit 183e7d5cdb
19 changed files with 65 additions and 134 deletions

View File

@@ -119,8 +119,6 @@ const char *response_status_to_text(int status)
struct message *check_message(struct module *mod)
{
struct message *ret;
lock_guard guard(mod->lock);
if(simple_linked_list_size(mod->msg_queue) > 0) {