removed redundant control flow jump statements (#1266)

This commit is contained in:
Alexander Efremov
2016-04-13 08:37:00 +07:00
committed by Brendan Forster
parent 1bfb7f7a7b
commit 52a059a343
@@ -100,8 +100,6 @@ namespace Octokit
{
throw new ApiException("Invalid Status Code returned. Expected a 204", response);
}
return;
}
/// <summary>
@@ -201,8 +199,6 @@ namespace Octokit
{
throw new ApiException("Invalid Status Code returned. Expected a 204", response);
}
return;
}
/// <summary>
@@ -224,8 +220,6 @@ namespace Octokit
{
throw new ApiException("Invalid Status Code returned. Expected a 204", response);
}
return;
}
}
}