Commit 18e20b8d authored by J. Alexander Treuman's avatar J. Alexander Treuman

Remove the now unused struct stat from initMp3Directory().

git-svn-id: https://svn.musicpd.org/mpd/trunk@5946 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent bf6da4f3
......@@ -1311,8 +1311,6 @@ static void freeAllDirectoryStats(Directory * directory)
void initMp3Directory(void)
{
struct stat st;
mp3rootDirectory = newDirectory(NULL, NULL);
exploreDirectory(mp3rootDirectory);
freeAllDirectoryStats(mp3rootDirectory);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment