mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Removing use of HashTable (bug #69091). Removing CommandLineUtils from module build. Not part of default build. r=Pike.
This commit is contained in:
parent
fba9428c6a
commit
8e5b99f17a
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user