summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-22 07:19:30 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-22 10:26:40 -0500
commita5a123b4f3b02485cd11f365726400c4fbb19528 (patch)
treed4eeed86022b8861dfe09aa6983658657c9acc8a /SConstruct
parent2c6dba9c592a7325ba14da188360af67eaa95e18 (diff)
downloadgpsd-a5a123b4f3b02485cd11f365726400c4fbb19528.tar.gz
Feature removal - delete last remnants of old pre-JSON protocol from libgps.
All regression tests pass. Clients are working live. PPS observed on Macx-1.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 4d952037..1a3beff8 100644
--- a/SConstruct
+++ b/SConstruct
@@ -145,7 +145,6 @@ boolopts = (
("systemd", systemd, "systemd socket activation"),
# Client-side options
("clientdebug", True, "client debugging support"),
- ("oldstyle", True, "oldstyle (pre-JSON) protocol support"),
("ncurses", True, "build with ncurses"),
("libgpsmm", True, "build C++ bindings"),
("qt", True, "build QT bindings"),