Remove a useless sleep() from hosted's init().

Speeds up startup by 0.5s yay!

Change-Id: I3bc00748680acd236c412eae84f5e924e0462889
This commit is contained in:
Thomas Martitz 2012-04-10 10:36:58 +02:00
parent a5b0a1dcba
commit 2406005d8f

View file

@ -392,7 +392,6 @@ static void init(void)
#ifdef HAVE_TAGCACHE
init_tagcache();
#endif
sleep(HZ/2);
tree_mem_init();
filetype_init();
playlist_init();