summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-15 09:38:06 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-15 09:38:06 -0500
commitc5780e1f8f201193021460acfd0bf1742ea1381c (patch)
tree28c557de0dad176e42405c93b3f150442cec68ac
parentc2243501cebbcd92e080fba6ee5fe372a9897f5a (diff)
downloadgpsd-c5780e1f8f201193021460acfd0bf1742ea1381c.tar.gz
More pylint cleanup in some build helpers. Build succeeds.
-rw-r--r--jsongen.py.in2
-rwxr-xr-xleapsecond.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/jsongen.py.in b/jsongen.py.in
index 38d5d4b1..98229dac 100644
--- a/jsongen.py.in
+++ b/jsongen.py.in
@@ -923,8 +923,6 @@ ais_specs = (
# You should not need to modify anything below this line.
def generate(spec):
- global outboard
-
report = ""
leader = " " * 39
initname = spec["initname"]
diff --git a/leapsecond.py b/leapsecond.py
index 3bf670c5..00976a18 100755
--- a/leapsecond.py
+++ b/leapsecond.py
@@ -149,7 +149,6 @@ def last_insertion_time():
def get():
"Fetch GPS offset, from local cache file if possible."
- global verbose
stale = False
offset = None
valid_from = None