aboutsummaryrefslogtreecommitdiffstats
path: root/services/migrations/gitbucket.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/migrations/gitbucket.go')
-rw-r--r--services/migrations/gitbucket.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/services/migrations/gitbucket.go b/services/migrations/gitbucket.go
index c4fb0df93a..92b6cac738 100644
--- a/services/migrations/gitbucket.go
+++ b/services/migrations/gitbucket.go
@@ -64,8 +64,3 @@ func NewGitBucketDownloader(ctx context.Context, baseURL, userName, password, to
func (g *GitBucketDownloader) SupportGetRepoComments() bool {
return false
}
-
-// GetReviews is not supported
-func (g *GitBucketDownloader) GetReviews(context base.IssueContext) ([]*base.Review, error) {
- return nil, &base.ErrNotSupported{Entity: "Reviews"}
-}