diff options
author | Max Kellermann <max@duempel.org> | 2008-08-29 09:38:31 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-29 09:38:31 +0200 |
commit | b731bbe93abd48e745d72958be0c253ade7a9d08 (patch) | |
tree | 2d39cd09d59abc156318f94349f8d7a2235737aa /src/Makefile.am | |
parent | ad0e09b2db5ebf428acc98f90c3ef0dd171bebbb (diff) | |
download | mpd-b731bbe93abd48e745d72958be0c253ade7a9d08.tar.gz mpd-b731bbe93abd48e745d72958be0c253ade7a9d08.tar.xz mpd-b731bbe93abd48e745d72958be0c253ade7a9d08.zip |
removed tree.c
This patch makes MPD consume much more memory because string pooling
is disabled, but it prepares the next bunch of patches. Replace the
code in tagTracker.c with naive algorithms without the tree code. For
now, this should do; later we should find better algorithms,
especially for getNumberOfTagItems(), which has become wasteful with
temporary memory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c5daab295..47482bea3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -84,7 +84,6 @@ mpd_headers = \ tag.h \ tag_id3.h \ tagTracker.h \ - tree.h \ utf8.h \ utils.h \ volume.h \ @@ -147,7 +146,6 @@ mpd_SOURCES = \ tag.c \ tag_id3.c \ tagTracker.c \ - tree.c \ utils.c \ volume.c \ utf8.c \ |