From c04a22f339f5659baf2649ff371c3f367c601604 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 11 Sep 2023 16:18:12 +0200 Subject: [PATCH] Remove deleteComment --- pkgs/firehose/lib/src/github.dart | 5 ----- 1 file changed, 5 deletions(-) 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(