summaryrefslogtreecommitdiffstats
path: root/lib/libspl/include
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-06-05 16:02:41 +0200
committerBrian Behlendorf <[email protected]>2021-07-26 12:07:53 -0700
commit037af3e0d403e3850c5d4b0bc4854911013a6a15 (patch)
tree7a3a1377bcae57eb08348a18ddd5d0058802df0a /lib/libspl/include
parent2c69ba6444ad5c1eb54342964149c3095504c401 (diff)
Remove NOTE(CONSTCOND) and note.h
These were mostly used to annotate do {} while(0)s Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Issue #12201
Diffstat (limited to 'lib/libspl/include')
-rw-r--r--lib/libspl/include/os/linux/sys/sysmacros.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libspl/include/os/linux/sys/sysmacros.h b/lib/libspl/include/os/linux/sys/sysmacros.h
index 22fcb04b9..31f347c6f 100644
--- a/lib/libspl/include/os/linux/sys/sysmacros.h
+++ b/lib/libspl/include/os/linux/sys/sysmacros.h
@@ -98,6 +98,4 @@
#define offsetof(s, m) ((size_t)(&(((s *)0)->m)))
#endif
-#define _NOTE(x)
-
#endif /* _LIBSPL_SYS_SYSMACROS_H */