dbertoni    2002/07/10 22:15:13

  Modified:    c/src/XSLT XSLTEngineImpl.cpp
  Log:
  Removed unused cast and variable definition.
  
  Revision  Changes    Path
  1.150     +0 -7      xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp
  
  Index: XSLTEngineImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp,v
  retrieving revision 1.149
  retrieving revision 1.150
  diff -u -r1.149 -r1.150
  --- XSLTEngineImpl.cpp        11 Jul 2002 00:36:19 -0000      1.149
  +++ XSLTEngineImpl.cpp        11 Jul 2002 05:15:13 -0000      1.150
  @@ -3196,13 +3196,6 @@
                        {
                                if(parent->getNodeType() == XalanNode::ELEMENT_NODE)
                                {
  -                                     const XalanElement*     const   parentElem =
  -#if defined(XALAN_OLD_STYLE_CASTS)
  -                                             (const XalanElement*)parent;
  -#else
  -                                             static_cast<const 
XalanElement*>(parent);
  -#endif
  -
                                        XPath::eMatchScore      highPreserveScore = 
XPath::eMatchScoreNone;
                                        XPath::eMatchScore      highStripScore = 
XPath::eMatchScoreNone;
   
  
  
  

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

Reply via email to