summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-19 13:06:22 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-19 13:06:22 -0500
commit773bf3f100ecfee75d75c081b0b48271b641c016 (patch)
treeae06490b3a4f07bb3c5cab58e070bdd42ba46c4c /SConstruct
parent6225e45cbd1346ddf314ff47895d1a8796a1f74b (diff)
downloadgpsd-773bf3f100ecfee75d75c081b0b48271b641c016.tar.gz
Remove an unused check.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index acae2b78..a3457356 100644
--- a/SConstruct
+++ b/SConstruct
@@ -367,9 +367,6 @@ values can be listed with 'scons -h'.
""" + opts.GenerateHelpText(env, sort=cmp))
-if "help" in ARGLIST:
- Return()
-
## Configuration
def CheckPKG(context, name):