From: Lukas Fleischer Date: Thu, 21 Jul 2011 21:04:53 +0000 (+0200) Subject: Remove dead initialization in cgit_parse_commit() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/1e25ac5b8fe0ca8760b2786b20d36013a6197e02?hp=1e25ac5b8fe0ca8760b2786b20d36013a6197e02 Remove dead initialization in cgit_parse_commit() The value stored to "t" during its initialization gets overwritten in any case, so just leave it uninitialized. Spotted by clang-analyzer. Signed-off-by: Lukas Fleischer Signed-off-by: Lars Hjemli ---