summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-16 11:54:21 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-16 11:54:21 -0500
commit4066069c4fe9fe3b65acfd41f496cdcd842578dd (patch)
tree0ad478badf2cc452461a66fa30d46e8068496d7a /gpsprof
parent91a8eaae31087f563a13a4229cc47f593a7ab34b (diff)
downloadgpsd-4066069c4fe9fe3b65acfd41f496cdcd842578dd.tar.gz
Remove some unnecessary and broken code.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof5
1 files changed, 0 insertions, 5 deletions
diff --git a/gpsprof b/gpsprof
index f34d2d96..7402a992 100755
--- a/gpsprof
+++ b/gpsprof
@@ -408,11 +408,6 @@ def plotframe(await, fname, speed, threshold, title):
sys.exit(1)
device = session.data.devices[0]
path = device["path"]
- session.baudrate = device["bps"]
- session.parity = device["bps"]
- session.stopbits = device["stopbits"]
- session.cycle = device["cycle"]
- session.gps_id = device["driver"]
# Set parameters
if speed:
session.send('?DEVICE={"path":"%s","bps:":%d}' % (path, speed))