diff options
author | jhb <jhb@FreeBSD.org> | 2001-02-22 10:03:05 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-02-22 10:03:05 +0000 |
commit | 8ade3c07b970656888570f03440a4eab1d50ab65 (patch) | |
tree | 0a1fe0dda9e4446fa9eb58d20de76a30d783b70a /sys/conf/options | |
parent | 9177fc64e9e5253241780984ee8a436013c9d04d (diff) | |
download | FreeBSD-src-8ade3c07b970656888570f03440a4eab1d50ab65.zip FreeBSD-src-8ade3c07b970656888570f03440a4eab1d50ab65.tar.gz |
Now that zerror() and SPLASSERT() have been laid to rest, INVARIANT_SUPPORT
is no longer needed. R.I.P.
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 4c97dc4..86198f6 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -359,7 +359,6 @@ DEBUG_LOCKS opt_global.h DEBUG_VFS_LOCKS opt_global.h DIAGNOSTIC opt_global.h ENABLE_VFS_IOOPT opt_global.h -INVARIANT_SUPPORT opt_global.h INVARIANTS opt_global.h SIMPLELOCK_DEBUG opt_global.h VFS_BIO_DEBUG opt_global.h |