summaryrefslogtreecommitdiffstats
path: root/libmount/src/mountP.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmount/src/mountP.h')
-rw-r--r--libmount/src/mountP.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libmount/src/mountP.h b/libmount/src/mountP.h
index d28eb9cdd..660e0ad08 100644
--- a/libmount/src/mountP.h
+++ b/libmount/src/mountP.h
@@ -25,15 +25,6 @@
#include "debug.h"
#include "libmount.h"
-/* features */
-#define CONFIG_LIBMOUNT_ASSERT
-
-#ifdef CONFIG_LIBMOUNT_ASSERT
-# include <assert.h>
-#else
-# define assert(x)
-#endif
-
/*
* Debug
*/