removing nsBTree & nsRBTree, both replaced by nsAVLTree

This commit is contained in:
peterl%netscape.com 1999-07-24 18:56:54 +00:00
Родитель b7169a4501
Коммит ce42a15283
3 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -1,5 +1,4 @@
nsAVLTree.h
nsBTree.h
nsCppSharedAllocator.h
nsCRT.h
nsDeque.h
@ -18,7 +17,6 @@ nsIUnicharBuffer.h
nsIVariant.h
nsInt64.h
nsQuickSort.h
nsRBTree.h
nsStr.h
nsString.h
nsString2.h

Просмотреть файл

@ -42,7 +42,6 @@ CPPSRCS = \
nsArena.cpp \
nsAtomTable.cpp \
nsAVLTree.cpp \
nsBTree.cpp \
nsBuffer.cpp \
nsByteBuffer.cpp \
nsCRT.cpp \
@ -57,7 +56,6 @@ CPPSRCS = \
nsPageMgr.cpp \
nsProperties.cpp \
nsQuickSort.cpp \
nsRBTree.cpp \
nsSizeOfHandler.cpp \
nsStr.cpp \
nsString.cpp \
@ -73,7 +71,6 @@ CPPSRCS = \
EXPORTS = \
nsAVLTree.h \
nsBTree.h \
nsCppSharedAllocator.h \
nsCRT.h \
nsDeque.h \
@ -92,7 +89,6 @@ EXPORTS = \
nsIVariant.h \
nsInt64.h \
nsQuickSort.h \
nsRBTree.h \
nsStr.h \
nsString.h \
nsString2.h \

Просмотреть файл

@ -25,7 +25,6 @@ MODULE = xpcom
EXPORTS = \
nsAVLTree.h \
nsBTree.h \
nsCppSharedAllocator.h \
nsCRT.h \
nsDeque.h \
@ -44,7 +43,6 @@ EXPORTS = \
nsIVariant.h \
nsInt64.h \
nsQuickSort.h \
nsRBTree.h \
nsStr.h \
nsString.h \
nsString2.h \
@ -83,7 +81,6 @@ CPP_OBJS = \
.\$(OBJDIR)\nsArena.obj \
.\$(OBJDIR)\nsAtomTable.obj \
.\$(OBJDIR)\nsAVLTree.obj \
.\$(OBJDIR)\nsBTree.obj \
.\$(OBJDIR)\nsBuffer.obj \
.\$(OBJDIR)\nsByteBuffer.obj \
.\$(OBJDIR)\nsCRT.obj \
@ -98,7 +95,6 @@ CPP_OBJS = \
.\$(OBJDIR)\nsPageMgr.obj \
.\$(OBJDIR)\nsProperties.obj \
.\$(OBJDIR)\nsQuickSort.obj \
.\$(OBJDIR)\nsRBTree.obj \
.\$(OBJDIR)\nsSizeOfHandler.obj \
.\$(OBJDIR)\nsStr.obj \
.\$(OBJDIR)\nsString.obj \