database: remove outdated comment

This commit is contained in:
Max Kellermann 2010-07-21 09:20:12 +02:00
parent dea5601e79
commit 3d66a4fee8
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ db_save(void)
return false;
}
/* block signals when writing the db so we don't get a corrupted db */
fprintf(fp, "%s\n", DIRECTORY_INFO_BEGIN);
fprintf(fp, DB_FORMAT_PREFIX "%u\n", DB_FORMAT);
fprintf(fp, "%s%s\n", DIRECTORY_MPD_VERSION, VERSION);