X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/5db39170b6c979655a0238dcd627e206febed88b..237ef7b06d461ddf27b21cd13bfcb50befa4a916:/ui-log.c diff --git a/ui-log.c b/ui-log.c index 4237921..c80fd73 100644 --- a/ui-log.c +++ b/ui-log.c @@ -25,15 +25,11 @@ void inspect_files(struct diff_filepair *pair) void print_commit(struct commit *commit) { - char buf[32]; struct commitinfo *info; - struct tm *time; info = cgit_parse_commit(commit); - time = gmtime(&commit->date); html("
| Date | " + html("|
|---|---|
| Age | " "Message | "); if (cgit_repo->enable_log_filecount) {