Skip to content

Commit

Permalink
Removed unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
primaryobjects committed Jan 10, 2012
1 parent aa3afea commit 6e6168e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions MongoDragons.Repository/Concrete/MongoRepository.cs
Expand Up @@ -70,10 +70,5 @@ public void Dispose()
{ {
_provider.Dispose(); _provider.Dispose();
} }

private object GetPropValue(object src, string propName)
{
return src.GetType().GetProperty(propName).GetValue(src, null);
}
} }
} }

0 comments on commit 6e6168e

Please sign in to comment.