From fca522377905099b6dca4bdace0a7a38600a3972 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 8 Nov 2018 15:45:12 -0500 Subject: [PATCH] Drop support for kernels < 3.0 from lttng-kernel-version.h Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- lttng-kernel-version.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lttng-kernel-version.h b/lttng-kernel-version.h index 6b545dbb..26f816c0 100644 --- a/lttng-kernel-version.h +++ b/lttng-kernel-version.h @@ -11,12 +11,7 @@ #define _LTTNG_KERNEL_VERSION_H #include - -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) #include -#else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) */ -#include -#endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) */ /* * This macro checks if the kernel version is between the two specified -- 2.34.1