cleaning elim unused parm

This commit is contained in:
dwight
2011-06-15 22:07:31 -04:00
parent 55851c70e5
commit 8fe3bcbcfd
2 changed files with 13 additions and 10 deletions

View File

@@ -240,7 +240,7 @@ namespace ThreadedTests {
void run() {
RWLock lk( "eliot" );
{
rwlock r( lk , true , false , 1000 );
rwlock r( lk , true , 1000 );
}
}
};