[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Base XMLReader.cpp, 1.1, 1.2
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-23 18:59:11
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv7077 Modified Files: XMLReader.cpp Log Message: Banner. Useless variable removed. Index: XMLReader.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Base/XMLReader.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** XMLReader.cpp 23 Jan 2007 18:43:45 -0000 1.1 --- XMLReader.cpp 23 Jan 2007 18:59:06 -0000 1.2 *************** *** 1,2 **** --- 1,10 ---- + /* ---------------------------------------------------------------------------- + $Id$ + + This is free software. + For details, see the GNU Public License in the COPYING file, or + Look http://www.fsf.org + ------------------------------------------------------------------------- */ + #include <Base/XMLReader.h> #include <Base/XML.h> *************** *** 22,26 **** xmlChar *tmpcat_n; - xmlChar *buffer; for(cur_n=node; cur_n; cur_n=cur_n->next) { --- 30,33 ---- |