summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-05-11 20:33:25 +0000
committerJames Bursa <james@netsurf-browser.org>2005-05-11 20:33:25 +0000
commit5137041fed733b33a4b44f0cf5d77079f38dc0ac (patch)
treec3006333966ac78814799008de9fe4f770c0f24c /makefile
parent6257ee1fecd985ceba2e26a1269020a8662d4c43 (diff)
downloadnetsurf-5137041fed733b33a4b44f0cf5d77079f38dc0ac.tar.gz
netsurf-5137041fed733b33a4b44f0cf5d77079f38dc0ac.tar.bz2
[project @ 2005-05-11 20:33:25 by bursa]
Remove no longer used memory pool code. svn path=/import/netsurf/; revision=1720
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b75ac436a..6f250a28f 100644
--- a/makefile
+++ b/makefile
@@ -21,7 +21,7 @@ OBJECTS_COMMON = content.o fetch.o fetchcache.o url_store.o # content/
OBJECTS_COMMON += css.o css_enum.o parser.o ruleset.o scanner.o # css/
OBJECTS_COMMON += box.o box_construct.o box_normalise.o form.o html.o \
html_redraw.o layout.o list.o textplain.o # render/
-OBJECTS_COMMON += messages.o pool.o talloc.o url.o utf8.o \
+OBJECTS_COMMON += messages.o talloc.o url.o utf8.o \
utils.o # utils/
OBJECTS_COMMON += imagemap.o loginlist.o options.o tree.o # desktop/