diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-02-09 11:52:42 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:45 +0200 |
commit | 976d5d4c0c8b8b9eeaf2f386e72e2db06e83ac41 (patch) | |
tree | 27c85f84e6e89d471c9d2df7be917123874b1d97 /mod/mod-ci-github.hxx | |
parent | a3e92dd2816d82629a05e1d8fbcb6bbad4943274 (diff) |
Post-review changes
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index 0896c0b..a869878 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -35,11 +35,6 @@ namespace brep virtual void init (cli::scanner&); - // @@ Can it be static in .cxx file? - // - bool - respond (response&, status_code, const string& message); - private: shared_ptr<options::ci> options_; }; |