Dewarningification
authoralpar
Mon, 20 Feb 2006 06:42:29 +0000
changeset 1972487a868e30e5
parent 1971 9a59a6cacfd9
child 1973 30c97275f337
Dewarningification
test/time_measure_test.cc
     1.1 --- a/test/time_measure_test.cc	Mon Feb 20 06:41:12 2006 +0000
     1.2 +++ b/test/time_measure_test.cc	Mon Feb 20 06:42:29 2006 +0000
     1.3 @@ -36,7 +36,6 @@
     1.4  {
     1.5    static Timer T;
     1.6    
     1.7 -  double d=0;
     1.8    for(int i=0;i<1000;i++)
     1.9      TimeStamp x(T);
    1.10  }