refactor: Removing redundant code

This commit is contained in:
Chris Cameron
2018-06-07 11:26:47 -04:00
parent 00db478ef6
commit cc115bafad

View File

@@ -7,9 +7,6 @@ namespace ICD.Common.Utils.Extensions
{
public static string ToReadableString(this TimeSpan extends)
{
if (extends == null)
throw new ArgumentNullException("extends");
StringBuilder builder = new StringBuilder();
if (extends.Days > 0)