Index: uspace/lib/c/include/io/verify.h
===================================================================
--- uspace/lib/c/include/io/verify.h	(revision 3767bdb1967dadcda1499dd3aa5304bc652f00a6)
+++ uspace/lib/c/include/io/verify.h	(revision 7afd12e59e45e559e134debe6fb7c76fc0d808de)
@@ -36,6 +36,4 @@
 #define LIBC_IO_VERIFY_H_
 
-#ifndef _HELENOS_NVERIFY_PRINTF
-
 #ifdef __clang__
 #define _HELENOS_PRINTF_ATTRIBUTE(start, end) \
@@ -46,10 +44,4 @@
 #endif
 
-#else /* _HELENOS_NVERIFY_PRINTF */
-
-#define _HELENOS_PRINTF_ATTRIBUTE(start, end)
-
-#endif /* _HELENOS_NVERIFY_PRINTF */
-
 #endif
 
