summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/include/ntp_assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/include/ntp_assert.h')
-rw-r--r--contrib/ntp/include/ntp_assert.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/ntp/include/ntp_assert.h b/contrib/ntp/include/ntp_assert.h
index 2f3bbc8..42d78ac 100644
--- a/contrib/ntp/include/ntp_assert.h
+++ b/contrib/ntp/include/ntp_assert.h
@@ -88,10 +88,6 @@ extern void calysto_assert(unsigned char cnd); /* check whether this holds */
* We initially used NTP_REQUIRE() instead of REQUIRE() etc, but that
* is unneccesarily verbose, as libisc use of REQUIRE() etc shows.
*/
-#define NTP_REQUIRE(x) REQUIRE(x)
-#define NTP_INSIST(x) INSIST(x)
-#define NTP_INVARIANT(x) INVARIANT(x)
-#define NTP_ENSURE(x) ENSURE(x)
# ifdef DEBUG
#define DEBUG_REQUIRE(x) REQUIRE(x)
OpenPOWER on IntegriCloud