aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-19 08:02:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-19 08:02:53 +0200
commitefa53d6ad8797310b10d299408c2e3fa33978e27 (patch)
tree6256e22e53b1ad9f8555e228d0ef89bd024ff292 /bbot/agent
parent9b5170a723c9c78103fbd66c5c3b2b32a9af6702 (diff)
Add --fake-machine and machine-less agent/worker test
Diffstat (limited to 'bbot/agent')
-rw-r--r--bbot/agent2
1 files changed, 0 insertions, 2 deletions
diff --git a/bbot/agent b/bbot/agent
index 14d2995..1271a87 100644
--- a/bbot/agent
+++ b/bbot/agent
@@ -22,8 +22,6 @@ namespace bbot
extern size_t tc_num; // Toolchain number.
extern string tc_id; // Toolchain id.
- extern strings controllers; // Controller URLs.
-
extern string hname; // Our host name.
extern uid_t uid; // Our effective user id.
extern string uname; // Our effective user name.