[Compbench-devel] CompBenchmarks++ main.cpp,1.6,1.7
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-28 13:31:44
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23605 Modified Files: main.cpp Log Message: Obsolete code removed. Index: main.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/main.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** main.cpp 1 Nov 2006 13:06:47 -0000 1.6 --- main.cpp 28 Dec 2006 13:31:42 -0000 1.7 *************** *** 1,9 **** #include <config.h> #include <libcompbenchmarks.h> - - #ifdef CBM_SYSTEM_FREEBSD - # include <System/System-FreeBSD.h> - #endif - #include <cloptions.h> --- 1,4 ---- |