From: Mathieu Desnoyers Date: Sat, 20 Aug 2011 12:50:43 +0000 (-0400) Subject: Cleanup X-Git-Tag: v1.9.1~297 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=260cdac788ddd0ab0ff6f413bf9166a50df203b6;p=lttng-ust.git Cleanup Signed-off-by: Mathieu Desnoyers --- diff --git a/libringbuffer/shm.h b/libringbuffer/shm.h index 008c5c41..da466df7 100644 --- a/libringbuffer/shm.h +++ b/libringbuffer/shm.h @@ -14,10 +14,6 @@ #include "ust/core.h" #include "shm_types.h" -#define SHM_MAGIC 0x54335433 -#define SHM_MAJOR 0 -#define SHM_MINOR 1 - /* * Pointer dereferencing. We don't trust the shm_ref, so we validate * both the index and offset with known boundaries.