diff options
| author | 2020-02-13 08:15:31 +0000 | |
|---|---|---|
| committer | 2020-02-13 08:15:31 +0000 | |
| commit | bdd5abfe143ea10572b424af4dc802c404f44b2f (patch) | |
| tree | 5fccf5d1ddb70b2aadcc246617904232c70e6137 /usr.bin/dig/lib/isc/assertions.c | |
| parent | remove some files containing only comments (diff) | |
| download | wireguard-openbsd-bdd5abfe143ea10572b424af4dc802c404f44b2f.tar.xz wireguard-openbsd-bdd5abfe143ea10572b424af4dc802c404f44b2f.zip | |
unfidef assertions.h to always have assertions enabled; no change
in behaviour.
While here unifdef one remaining __COVERITY__.
While we might want to move away from assertions we can't just nuke
them since they are used for error checking.
Diffstat (limited to 'usr.bin/dig/lib/isc/assertions.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/assertions.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dig/lib/isc/assertions.c b/usr.bin/dig/lib/isc/assertions.c index 5ef8fa32e68..f0d10654b8b 100644 --- a/usr.bin/dig/lib/isc/assertions.c +++ b/usr.bin/dig/lib/isc/assertions.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: assertions.c,v 1.3 2020/02/12 13:05:04 jsg Exp $ */ +/* $Id: assertions.c,v 1.4 2020/02/13 08:15:31 florian Exp $ */ /*! \file */ @@ -38,7 +38,6 @@ static isc_assertioncallback_t isc_assertion_failed_cb = default_callback; */ /*% assertion failed handler */ -/* coverity[+kill] */ void isc_assertion_failed(const char *file, int line, isc_assertiontype_t type, const char *cond) |
