From 3612dfb6163d1e5bbed11c409693fe4fc6bf5bc5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 26 May 2020 18:24:32 +0000 Subject: [PATCH] scst: Remove an unused macro git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8985 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst_event.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/scst/include/scst_event.h b/scst/include/scst_event.h index fbdec5b6c..ebcbd80c9 100644 --- a/scst/include/scst_event.h +++ b/scst/include/scst_event.h @@ -23,8 +23,6 @@ #define SCST_EVENT_PATH "/dev/" #define SCST_EVENT_DEV SCST_EVENT_PATH SCST_EVENT_NAME #define SCST_EVENT_VERSION_NAME SCST_VERSION_NAME -#define SCST_EVENT_VERSION \ - SCST_EVENT_VERSION_NAME "$Revision: 2454 $" SCST_CONST_VERSION #ifndef aligned_u64 #define aligned_u64 uint64_t __attribute__((aligned(8)))