[Compbench-devel] CompBenchmarks++/Benchmark Benchmark-Selector.cpp, 1.7, 1.8
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-11 20:21:28
|
Update of /cvsroot/compbench/CompBenchmarks++/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3077 Modified Files: Benchmark-Selector.cpp Log Message: Back to 1.6 (removed variable was useful). Index: Benchmark-Selector.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark-Selector.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Benchmark-Selector.cpp 11 Dec 2006 20:13:07 -0000 1.7 --- Benchmark-Selector.cpp 11 Dec 2006 20:21:21 -0000 1.8 *************** *** 28,31 **** --- 28,32 ---- void CBMBenchmarkSelector::displayList(void) { + CBMBenchmark *B; #include "Benchmark/Benchmark-Selector.liblist.h" } |