diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-24 15:19:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-24 15:19:23 +0200 |
commit | 5e58c43fda086c7a724656db1bf5b23e3c6ba852 (patch) | |
tree | 595d889938dd653ea522db52530791f2cc1bc4d2 | |
parent | f48f05993de5456f325141a0193c5e8f08feeecb (diff) |
Remove task response manifest for good measure
-rw-r--r-- | bbot/agent.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bbot/agent.cxx b/bbot/agent.cxx index f7bccde..ac4905d 100644 --- a/bbot/agent.cxx +++ b/bbot/agent.cxx @@ -609,6 +609,8 @@ try } else { + try_rmfile (rf); + // <name>-<toolchain>-<xxx> // const dir_path xp ( |