Skip to content

Commit

Permalink
Deleted unreachable test
Browse files Browse the repository at this point in the history
  • Loading branch information
abolibibelot committed Jul 6, 2010
1 parent a4a2f92 commit 33aba6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/MongoDB/Configuration/Mapping/Model/ClassMapBase.cs
Expand Up @@ -275,9 +275,6 @@ private static bool AreObjectsEqual(object a, object b)
return true;
}

if(a is IEnumerable && b is IEnumerable)
return false;

return a.Equals(b);
}
}
Expand Down

0 comments on commit 33aba6c

Please sign in to comment.