summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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