Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv24637
Modified Files:
System.cpp
Log Message:
CELArrayDone() obsoleted.
Index: System.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System/System.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** System.cpp 7 Mar 2007 18:02:13 -0000 1.8
--- System.cpp 8 Mar 2007 17:08:13 -0000 1.9
***************
*** 11,15 ****
#include <Base/Config.h>
#include <Base/md5.h>
- #include <CEL/CEL-Array.h>
#include <CEL/CEL-Function.h>
#include <Benchmark/Benchmark-DLLoader.h>
--- 11,14 ----
***************
*** 587,591 ****
}
- CELArrayDone();
CELFunctionDone();
--- 586,589 ----
|