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 ----
|