diff options
author | Brian Behlendorf <[email protected]> | 2016-03-01 15:45:43 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-03-30 12:26:42 -0700 |
commit | 726c4a25659bfc0b3458da48a115dad67ddcb2ab (patch) | |
tree | 7e10e0807f46d32db7f4ad9a1aa927b43bdf8be8 /include | |
parent | e3e7cf6026f0761c155ae7920b03fb76c7ad5df8 (diff) |
Remove complicated libspl assert wrappers
Effectively provide our own version of assert()/verify() for use
in user space. This minimizes our dependencies and aligns the
user space assertion handling with what's used in the kernel.
Signed-off-by: Carlo Landmeter <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4449
Diffstat (limited to 'include')
-rw-r--r-- | include/libzfs_impl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/libzfs_impl.h b/include/libzfs_impl.h index e805e3ee7..ff02fa794 100644 --- a/include/libzfs_impl.h +++ b/include/libzfs_impl.h @@ -46,11 +46,6 @@ extern "C" { #endif -#ifdef VERIFY -#undef VERIFY -#endif -#define VERIFY verify - typedef struct libzfs_fru { char *zf_device; char *zf_fru; |