aboutsummaryrefslogtreecommitdiff
path: root/libbrep/build.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbrep/build.hxx')
-rw-r--r--libbrep/build.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/libbrep/build.hxx b/libbrep/build.hxx
index 6b58402..dd6f10d 100644
--- a/libbrep/build.hxx
+++ b/libbrep/build.hxx
@@ -64,7 +64,6 @@ namespace brep
//
enum class build_state: std::uint8_t
{
- unbuilt,
building,
built
};
@@ -176,10 +175,8 @@ namespace brep
optional<string> agent_fingerprint;
optional<string> agent_challenge;
- // Present only for building and built states.
- //
- optional<string> machine;
- optional<string> machine_summary;
+ string machine;
+ string machine_summary;
// Default for the machine if absent.
//