[Assorted-commits] SF.net SVN: assorted: [345] hash-join/trunk/src/hashjoin.cc
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-09 19:39:45
|
Revision: 345 http://assorted.svn.sourceforge.net/assorted/?rev=345&view=rev Author: yangzhang Date: 2008-02-09 11:39:48 -0800 (Sat, 09 Feb 2008) Log Message: ----------- removed miss msgs Modified Paths: -------------- hash-join/trunk/src/hashjoin.cc Modified: hash-join/trunk/src/hashjoin.cc =================================================================== --- hash-join/trunk/src/hashjoin.cc 2008-02-09 19:37:26 UTC (rev 344) +++ hash-join/trunk/src/hashjoin.cc 2008-02-09 19:39:48 UTC (rev 345) @@ -571,7 +571,6 @@ hits++; join(title, name); } else { - cout << " MISS " << title << endl; misses++; } // End of a tuple? (Don't actually need this check, since the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |