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