Remove unused variable source_date_epoch

This commit is contained in:
Tim Rühsen 2016-01-01 17:20:30 +01:00
parent cde5e53ea6
commit c9d76e4898
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ int main(int argc, const char **argv)
size_t cmdsize = 16 + strlen(argv[argpos]);
char *cmd = alloca(cmdsize), checksum[64] = "";
char *abs_srcfile;
const char *source_date_epoch = NULL;
_print_psl_entries_dafsa(fpout, psl->suffixes);