From 67626b723932f12b0031f236fa1e72280a57bbe4 Mon Sep 17 00:00:00 2001 From: Andrius Bentkus Date: Wed, 13 Jul 2016 14:17:48 +0300 Subject: [PATCH] Remove obsolete field. This field was removed from libgit2 a year and a half ago. --- LibGit2Sharp/Core/GitCloneOptions.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/LibGit2Sharp/Core/GitCloneOptions.cs b/LibGit2Sharp/Core/GitCloneOptions.cs index bed647e31..1ad86c5c3 100644 --- a/LibGit2Sharp/Core/GitCloneOptions.cs +++ b/LibGit2Sharp/Core/GitCloneOptions.cs @@ -23,8 +23,6 @@ internal struct GitCloneOptions public GitCloneLocal Local; public IntPtr CheckoutBranch; - public IntPtr signature; // Really a SignatureSafeHandle - public IntPtr RepositoryCb; public IntPtr RepositoryCbPayload;