From deff9e0a41eca43f832314219241c9a63cf8007e Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Fri, 13 Jul 2018 16:48:55 +0200 Subject: add basic tests for Bug and OperationIterator --- repository/git.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'repository/git.go') diff --git a/repository/git.go b/repository/git.go index b41bc95c..0b7fad34 100644 --- a/repository/git.go +++ b/repository/git.go @@ -12,8 +12,6 @@ import ( "strings" ) -const branchRefPrefix = "refs/heads/" - // GitRepo represents an instance of a (local) git repository. type GitRepo struct { Path string -- cgit