Removing use of HashTable (bug #69091). Removing CommandLineUtils from module build. Not part of default build. r=Pike.

This commit is contained in:
peterv%netscape.com 2005-11-02 07:36:04 +00:00
parent fba9428c6a
commit 8e5b99f17a
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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 \