diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-31 15:18:58 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-04 11:10:53 +0200 |
commit | 9826569176b9b1bfa33cba2c37b050c6900db3ad (patch) | |
tree | 4b75700cde74bcac3bf371793d19bbb2a6120e32 /mod/mod-ci-github-gh.hxx | |
parent | 929ee20752c4430af3002814fb12329b157574bb (diff) |
Remove unused member gh_repository::default_branch
Diffstat (limited to 'mod/mod-ci-github-gh.hxx')
-rw-r--r-- | mod/mod-ci-github-gh.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/mod-ci-github-gh.hxx b/mod/mod-ci-github-gh.hxx index f79d01f..f3bcfeb 100644 --- a/mod/mod-ci-github-gh.hxx +++ b/mod/mod-ci-github-gh.hxx @@ -118,7 +118,6 @@ namespace brep string node_id; string name; string path; // Repository path (<org>/<repo>) under github.com. - string default_branch; string clone_url; explicit |