From 1f4e8862b827e3f8f6acee9d1c4b92d8726df230 Mon Sep 17 00:00:00 2001 From: Don Date: Thu, 10 Sep 2020 14:16:39 -0700 Subject: [PATCH] Remove obsolete fields from Commit --- drone/commit.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/drone/commit.go b/drone/commit.go index 593f156..6b7fbca 100644 --- a/drone/commit.go +++ b/drone/commit.go @@ -32,15 +32,6 @@ type ( // Author of the commit. Author Author - - // AuthorName of the commit. - AuthorName string - - // AuthorEmail of the commit. - AuthorEmail string - - // AuthorAvatar of the commit. - AuthorAvatar string } // Author of a Commit.