Mercurial > pidgin
diff libpurple/plugins/log_reader.c @ 32410:f07501af8bae
Remove dead assignments found with clang-analyzer.
Also, remove the unused variables resulting from this cleanup.
Added a FIXME in cases where variables are not read, but should
be used later.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Thu, 22 Dec 2011 08:39:45 +0000 |
| parents | 61ce89013291 |
| children |
line wrap: on
line diff
--- a/libpurple/plugins/log_reader.c Thu Dec 22 07:55:41 2011 +0000 +++ b/libpurple/plugins/log_reader.c Thu Dec 22 08:39:45 2011 +0000 @@ -2203,7 +2203,6 @@ log->logger = amsn_logger; log->logger_data = data; list = g_list_prepend(list, log); - found_start = FALSE; purple_debug_info("aMSN logger", "Found log for %s:"
