[Git][NTPsec/ntpsec][master] Remove duplicate check for enabling of leap smear option
Matt Selsky
gitlab at mg.gitlab.com
Mon May 22 08:14:10 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
0bc7e25b by Matt Selsky at 2017-05-22T04:09:38-04:00
Remove duplicate check for enabling of leap smear option
Introduced in "Setup to help testing leap seconds"
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -275,9 +275,6 @@ def configure(ctx):
if ctx.options.enable_leap_testing:
ctx.define("ENABLE_LEAP_TESTING", 1,
comment="Enable leap seconds on other than 1st of month.")
- if ctx.options.enable_leap_smear:
- ctx.define("ENABLE_LEAP_SMEAR", 1,
- comment="Enable experimental leap smearing code")
# check for some libs first. some options, like stack protector,
# may depend on some libs, like -lssp
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/0bc7e25b67f3ff1856d7cfbc75d49310cafc0de6
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/0bc7e25b67f3ff1856d7cfbc75d49310cafc0de6
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170522/239eaf35/attachment.html>
More information about the vc
mailing list