Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
refactor: remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
jayharris committed May 22, 2018
1 parent 3ebd6d1 commit 5603e7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Core/Reflection/Extensions/WithExpression.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ private static object GetExpressionValue(Expression argInput) {
default:
return Expression.Lambda(argInput).Compile().DynamicInvoke();
}

return null;
}
}
}

0 comments on commit 5603e7d

Please sign in to comment.