Commit 7f36155c authored by Shivaji's avatar Shivaji

removed extra atomic clear operation

parent 437fe488
......@@ -100,7 +100,6 @@ int find_empty_location()
{
if(array[i]->valid == FALSE)
{
CLEAR(&(lock),0);
return i;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment