From 260cdac788ddd0ab0ff6f413bf9166a50df203b6 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 20 Aug 2011 08:50:43 -0400 Subject: [PATCH] Cleanup Signed-off-by: Mathieu Desnoyers --- libringbuffer/shm.h | 4 ---- 1 file changed, 4 deletions(-) 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. -- 2.34.1