Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 32409:0cf09e1ae01a | 32410:f07501af8bae |
|---|---|
| 2201 + strlen(AMSN_LOG_CONV_EXTRA); | 2201 + strlen(AMSN_LOG_CONV_EXTRA); |
| 2202 log = purple_log_new(PURPLE_LOG_IM, sn, account, NULL, mktime(&tm), NULL); | 2202 log = purple_log_new(PURPLE_LOG_IM, sn, account, NULL, mktime(&tm), NULL); |
| 2203 log->logger = amsn_logger; | 2203 log->logger = amsn_logger; |
| 2204 log->logger_data = data; | 2204 log->logger_data = data; |
| 2205 list = g_list_prepend(list, log); | 2205 list = g_list_prepend(list, log); |
| 2206 found_start = FALSE; | |
| 2207 | 2206 |
| 2208 purple_debug_info("aMSN logger", | 2207 purple_debug_info("aMSN logger", |
| 2209 "Found log for %s:" | 2208 "Found log for %s:" |
| 2210 " path = (%s)," | 2209 " path = (%s)," |
| 2211 " offset = (%d)," | 2210 " offset = (%d)," |
