[Git][NTPsec/ntpsec][master] Additional unused macros
Eric S. Raymond
gitlab at mg.gitlab.com
Wed Dec 14 06:39:26 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
f9c9ab91 by Matt Selsky at 2016-12-14T01:11:08-05:00
Additional unused macros
- - - - -
1 changed file:
- include/ntp_types.h
Changes:
=====================================
include/ntp_types.h
=====================================
--- a/include/ntp_types.h
+++ b/include/ntp_types.h
@@ -55,8 +55,6 @@ typedef uint64_t time64_t;
#define SET32FIRST(n,v) (n) = ((((v) & LAST32MASK) << 32) | ((n) & LAST32MASK))
#define time64lo(n) ((uint32_t)GET32LAST(n))
#define settime64lo(n,v) SET32LAST(n,v)
-#define time64his(n) ((int32_t)(GET32FIRST(n)))
-#define time64hiu(n) ((uint32_t)(GET32FIRST(n)))
#define time64s(n) ((int64_t)(n))
#define settime64s(n,v) (n) = ((int64_t)(v))
#define time64u(n) (n)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/f9c9ab913dfab6626c07fe4b419bb4d3dc1b4ca8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161214/3c12ac6e/attachment.html>
More information about the vc
mailing list