[Compbench-devel] CompBenchmarks++/libcompbenchmarks/System System.cpp, 1.19, 1.20
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-08-21 21:02:10
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27803 Modified Files: System.cpp Log Message: Removed handling of dialog program (obsoleted). Index: System.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System/System.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** System.cpp 21 Aug 2007 19:50:34 -0000 1.19 --- System.cpp 21 Aug 2007 21:02:05 -0000 1.20 *************** *** 432,438 **** r=CBM_PROG_DD; } - if (pid == "DIALOG") { - r=CBM_PROG_DIALOG; - } if (pid == "GREP") { --- 432,435 ---- |