Tag: cws_src680_warnings01 User: fs Date: 06/06/08 02:46:49 Modified: /dba/connectivity/source/parse/ sqlnode.cxx
Log: #i57457# warning-free code: remove unused local variable File Changes: Directory: /dba/connectivity/source/parse/ ========================================== File [changed]: sqlnode.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlnode.cxx?r1=1.37.30.3&r2=1.37.30.4 Delta lines: +3 -5 ------------------- --- sqlnode.cxx 25 Jan 2006 21:01:02 -0000 1.37.30.3 +++ sqlnode.cxx 8 Jun 2006 09:46:46 -0000 1.37.30.4 @@ -4,9 +4,9 @@ * * $RCSfile: sqlnode.cxx,v $ * - * $Revision: 1.37.30.3 $ + * $Revision: 1.37.30.4 $ * - * last change: $Author: sb $ $Date: 2006/01/25 21:01:02 $ + * last change: $Author: fs $ $Date: 2006/06/08 09:46:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1841,8 +1841,6 @@ rString+= ::rtl::OUString::createFromAscii(")"); rString+= ::rtl::OUString::createFromAscii("\n"); - // einmal auswerten wieviel Subtrees dieser Knoten besitzt - sal_uInt32 nStop = count(); // hol dir den ersten Subtree for (OSQLParseNodes::const_iterator i = m_aChilds.begin(); i != m_aChilds.end(); i++) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
