diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-29 13:24:33 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-12-02 09:37:25 +0200 |
commit | f16fd8c4d5010501b47c99b55b36df3384ebb72d (patch) | |
tree | 035639128eef5b06cc07bb02ccb26d6edafd8043 /mod | |
parent | 04fb982b5e78949ed7bb65ca36a89decf9ee284e (diff) |
Remove stale comment
Diffstat (limited to 'mod')
-rw-r--r-- | mod/mod-ci-github-gh.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/mod-ci-github-gh.cxx b/mod/mod-ci-github-gh.cxx index a1e4d53..55cd663 100644 --- a/mod/mod-ci-github-gh.cxx +++ b/mod/mod-ci-github-gh.cxx @@ -484,10 +484,6 @@ namespace brep return p.name () == s ? (v = true) : false; }; - // Pass true to gh_check_run() to indicate that the we're parsing a - // webhook event or REST API response (in which case more fields are - // expected to be present than in a GraphQL response). - // if (c (ac, "action")) action = p.next_expect_string (); else if (c (cs, "check_run")) check_run = gh_check_run_ex (p); else if (c (rp, "repository")) repository = gh_repository (p); |