dbertoni    2002/11/02 19:30:18

  Modified:    c/src/PlatformSupport XalanArrayAllocator.hpp
  Log:
  Removed unused local variable.
  
  Revision  Changes    Path
  1.7       +0 -2      xml-xalan/c/src/PlatformSupport/XalanArrayAllocator.hpp
  
  Index: XalanArrayAllocator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanArrayAllocator.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XalanArrayAllocator.hpp   1 Nov 2002 17:47:29 -0000       1.6
  +++ XalanArrayAllocator.hpp   3 Nov 2002 03:30:17 -0000       1.7
  @@ -132,8 +132,6 @@
                const ListIteratorType  theEnd = m_list.end();
                ListIteratorType                theCurrent = m_list.begin();
   
  -             ListEntryType*  theEntry = 0;
  -
                while(theCurrent != theEnd)
                {
                        (*theCurrent).first = (*theCurrent).second.size();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to