Skip to content

Commit

Permalink
Merge branch 'PerfImprovements' of https://github.com/KanishManuja-MS…
Browse files Browse the repository at this point in the history
…/odata.net into PerfImprovements
  • Loading branch information
KanishManuja-MS committed Jan 23, 2020
2 parents 51141d0 + b481372 commit 386d0c2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@ public virtual IEdmTerm ResolveTerm(IEdmModel model, string termName)
return null;
}

if (results == null)
{
return null;
}

if (results.Count > 1)
{
throw new ODataException(Strings.UriParserMetadata_MultipleMatchingTypesFound(termName));
Expand Down

0 comments on commit 386d0c2

Please sign in to comment.