delete the parameterless constructor of RepositoryUpdate

This commit is contained in:
eriawan
2017-03-21 00:38:19 +07:00
parent bf6b6e84d1
commit 1fb9a40c49
@@ -12,10 +12,6 @@ namespace Octokit
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class RepositoryUpdate
{
[Obsolete("Please use the ctor RepositoryUpdate(string name) as Name is a required field")]
public RepositoryUpdate()
{
}
/// <summary>
/// Creates an object that describes an update to a repository on GitHub.