From f0e64ceb48c485baf32528bba44875885d384354 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Sep 2008 11:47:57 +0200 Subject: use strset.h instead of tagTracker.h With a large music database, the linear string collection in tagTracker.c becomes very slow. We implemented that in a quick'n'dirty fashion when we removed tree.c, and now we rewrite it using the fast hashed string set. --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 5a5439bfc..076802015 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -90,7 +90,6 @@ mpd_headers = \ tag_id3.h \ tag_print.h \ tag_save.h \ - tagTracker.h \ utf8.h \ strset.h \ utils.h \ @@ -158,7 +157,6 @@ mpd_SOURCES = \ tag_id3.c \ tag_print.c \ tag_save.c \ - tagTracker.c \ strset.c \ utils.c \ volume.c \ -- cgit v1.2.3