diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-31 14:57:01 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-11-01 13:42:28 +0200 |
commit | f6c3eea2ddb5bd8a643a34f422bef57d676fc702 (patch) | |
tree | d79242df439d08138799dd8718b8c4b681df6632 /mod/mod-ci-github-service-data.hxx | |
parent | 94e18a92a97f685070ddfd87cacfbda02396ca62 (diff) |
Serialize new service_data members
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index 5d3cd3b..eb81ae4 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -74,8 +74,6 @@ namespace brep // Kind and phase. // - // @@ TODO Serialize these fields. - // enum kind_type {local, remote /*, queue */} kind; bool pre_check; bool re_request; // Re-requested (rebuild). |