dbertoni    01/01/18 14:51:16

  Modified:    c/src/XMLSupport FormatterToHTML.cpp
  Log:
  Removed unused function.
  
  Revision  Changes    Path
  1.45      +0 -18     xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp
  
  Index: FormatterToHTML.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- FormatterToHTML.cpp       2001/01/09 16:00:30     1.44
  +++ FormatterToHTML.cpp       2001/01/18 22:51:15     1.45
  @@ -1930,24 +1930,6 @@
   
   
   
  -#if !defined(XALAN_LSTRSUPPORT)
  -void
  -pushStringsOnVector(
  -                     const char*     const                   theStrings[],
  -                     size_t                                          
theStringsSize,
  -                     XalanDOMStringVectorType&       theVector)
  -{
  -     theVector.reserve(theStringsSize);
  -
  -     for(size_t i = 0; i < theStringsSize; ++i)
  -     {
  -             theVector.push_back(XalanDOMString(theStrings[i]));
  -     }
  -}
  -#endif
  -
  -
  -
   void
   FormatterToHTML::initialize()
   {
  
  
  

Reply via email to