зеркало из https://github.com/mozilla/pjs.git
removing nsBTree & nsRBTree, both replaced by nsAVLTree
This commit is contained in:
Родитель
1bfce7ffb0
Коммит
2f1722e9c2
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче