diff --git a/pkgs/firehose/lib/src/github.dart b/pkgs/firehose/lib/src/github.dart index aa9789dd..c0400d91 100644 --- a/pkgs/firehose/lib/src/github.dart +++ b/pkgs/firehose/lib/src/github.dart @@ -169,11 +169,6 @@ class Github { return null; } - Future deleteComment(String repoSlug, int commentId) async { - await callRestApiDelete(Uri.parse( - 'https://api.github.com/repos/$repoSlug/issues/comments/$commentId')); - } - Future> listFilesForPR() async { var result = await callRestApiGet( Uri.parse(