diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-31 08:23:21 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-31 08:23:42 +0200 |
commit | ba2bb5ef92542d0a964c0f15659ab344e3f603a5 (patch) | |
tree | 8b998f00f65b0325111deb80cdc1c8dd237b1c6e /mod/mod-ci-github-gq.hxx | |
parent | caa5664a989b05576adb55dd785ccc3bae7eb445 (diff) |
Remove unused function gq_fetch_open_pull_requests()
Diffstat (limited to 'mod/mod-ci-github-gq.hxx')
-rw-r--r-- | mod/mod-ci-github-gq.hxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mod/mod-ci-github-gq.hxx b/mod/mod-ci-github-gq.hxx index 2c1704f..72283ee 100644 --- a/mod/mod-ci-github-gq.hxx +++ b/mod/mod-ci-github-gq.hxx @@ -121,20 +121,6 @@ namespace brep const basic_mark& error, const string& installation_access_token, const string& node_id); - - // Fetch the last 100 open pull requests with the specified base branch from - // the repository with the specified node ID. - // - // Issue diagnostics and return nullopt if the repository was not found or - // an error occurred. - // - // @@@ Looks like not needed anymore. - // - optional<vector<gh_pull_request>> - gq_fetch_open_pull_requests (const basic_mark& error, - const string& installation_access_token, - const string& repository_node_id, - const string& base_branch); } #endif // MOD_MOD_CI_GITHUB_GQ_HXX |