diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-26 21:14:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-03-26 21:14:43 +0300 |
commit | bf36936a5f96a517871c3d3befef89fd59181b2f (patch) | |
tree | 21d546fb7fa937be006ac4255af481d2940a9d1e | |
parent | 2af2c4f092aa7efffe839ec615c06d22cf43cc3b (diff) |
Minor cleanup
-rw-r--r-- | bbot/worker/worker.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 3499ac4..90b429e 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -180,8 +180,6 @@ enum class step_id bpkg_uninstall }; -// @@ Feel a bit heavy-weight. Should we move to const char*[]? -// static const strings step_id_str { "bpkg.module.create", "bpkg.module.configure.add", |