From 8e5b99f17ad0a91d41f0ca14468c8b52b2d199c9 Mon Sep 17 00:00:00 2001 From: "peterv%netscape.com" Date: Wed, 2 Nov 2005 07:36:04 +0000 Subject: [PATCH] Removing use of HashTable (bug #69091). Removing CommandLineUtils from module build. Not part of default build. r=Pike. --- content/xslt/src/base/Makefile.in | 4 ++-- content/xslt/src/main/Makefile.in | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/xslt/src/base/Makefile.in b/content/xslt/src/base/Makefile.in index 980a9aed740f..a4b37745a79a 100644 --- a/content/xslt/src/base/Makefile.in +++ b/content/xslt/src/base/Makefile.in @@ -27,7 +27,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk CPPSRCS = ArrayList.cpp \ - CommandLineUtils.cpp \ DefaultStringComparator.cpp \ Double.cpp \ HashTable.cpp \ @@ -45,7 +44,8 @@ CPPSRCS = ArrayList.cpp \ ifdef MOZ_XSL CPPSRCS += MozillaString.cpp else - CPPSRCS += TxString.cpp + CPPSRCS += CommandLineUtils.cpp \ + TxString.cpp endif include $(topsrcdir)/config/rules.mk diff --git a/content/xslt/src/main/Makefile.in b/content/xslt/src/main/Makefile.in index 5a75943d4aa0..ac22f35a3fd9 100644 --- a/content/xslt/src/main/Makefile.in +++ b/content/xslt/src/main/Makefile.in @@ -32,7 +32,6 @@ OBJS =../base/ArrayList.o \ ../base/CommandLineUtils.o \ ../base/DefaultStringComparator.o \ ../base/Double.o \ - ../base/HashTable.o \ ../base/Integer.o \ ../base/List.o \ ../base/MITREObjectWrapper.o \