deprecated field which is no longer necessary

This commit is contained in:
Brendan Forster
2014-04-30 13:35:12 +08:00
parent 46afc41015
commit 74b6e93fae
3 changed files with 0 additions and 9 deletions
@@ -13,7 +13,6 @@ namespace Octokit.Tests.Exceptions
var exception = new RepositoryExistsException(
null,
"some-repo",
false,
GitHubClient.GitHubDotComUrl,
new ApiValidationException());
@@ -26,7 +25,6 @@ namespace Octokit.Tests.Exceptions
var exception = new RepositoryExistsException(
"some-org",
"some-repo",
true,
GitHubClient.GitHubDotComUrl,
new ApiValidationException());
@@ -42,7 +40,6 @@ namespace Octokit.Tests.Exceptions
var exception = new RepositoryExistsException(
null,
"some-repo",
false,
GitHubClient.GitHubDotComUrl,
new ApiValidationException());
@@ -55,7 +52,6 @@ namespace Octokit.Tests.Exceptions
var exception = new RepositoryExistsException(
"some-org",
"some-repo",
true,
GitHubClient.GitHubDotComUrl,
new ApiValidationException());
@@ -71,7 +67,6 @@ namespace Octokit.Tests.Exceptions
var exception = new RepositoryExistsException(
null,
"some-repo",
false,
GitHubClient.GitHubDotComUrl,
new ApiValidationException());
@@ -84,7 +79,6 @@ namespace Octokit.Tests.Exceptions
var exception = new RepositoryExistsException(
"some-org",
"some-repo",
true,
GitHubClient.GitHubDotComUrl,
new ApiValidationException());