aboutsummaryrefslogtreecommitdiff
path: root/buildbot.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2023-03-27 15:34:18 +1100
committerYuchen Pei <hi@ypei.me>2023-03-27 15:34:18 +1100
commitc79dd7c405cf170996e881a422f848ed3d5e015a (patch)
tree0549dd47bd2e428d096cd7aa23fa756809e5ebd2 /buildbot.el
parent47521e266136087846ef928c1377e6a0e4630ce8 (diff)
linting
Diffstat (limited to 'buildbot.el')
-rw-r--r--buildbot.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildbot.el b/buildbot.el
index e799410..b2740eb 100644
--- a/buildbot.el
+++ b/buildbot.el
@@ -1,7 +1,4 @@
;; -*- lexical-binding: t; -*-
-(defvar buildbot-client-buffer-name "*buildbot api*")
-(defvar buildbot-host nil)
-
(require 'buildbot-client)
(defvar buildbot-builders (buildbot-get-all-builders))
(require 'buildbot-view)