From d21ac4ad4be99b0af9f7635b94fd3b2b9eb6dcd2 Mon Sep 17 00:00:00 2001 From: Khaled Noaman <knoaman@apache.org> Date: Mon, 21 Apr 2003 16:15:10 +0000 Subject: [PATCH] Remove MemoryManagerImpl. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174912 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/util/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/xercesc/util/Makefile.in b/src/xercesc/util/Makefile.in index fab465108..2c06041fc 100644 --- a/src/xercesc/util/Makefile.in +++ b/src/xercesc/util/Makefile.in @@ -55,6 +55,9 @@ # # # $Log$ +# Revision 1.33 2003/04/21 16:15:10 knoaman +# Remove MemoryManagerImpl. +# # Revision 1.32 2003/04/21 15:58:07 knoaman # Add MemoryManagerImpl. # @@ -481,7 +484,6 @@ UTIL_CPP_PUBHEADERS = \ KeyRefPair.hpp \ KeyValuePair.hpp \ KVStringPair.hpp \ - MemoryManagerImpl.hpp \ Mutexes.hpp \ NameIdPool.hpp \ NoDefTranscoderException.hpp \ @@ -586,7 +588,6 @@ UTIL_CPP_OBJECTS = \ HeaderDummy.$(TO) \ HexBin.$(TO) \ KVStringPair.$(TO) \ - MemoryManagerImpl.$(TO) \ Mutexes.$(TO) \ PanicHandler.$(TO) \ PlatformUtils.$(TO) \ -- GitLab