From cec13226210a83fecdefbd21d0e81c640c23990c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 3 Sep 2007 15:12:38 +0200 Subject: [PATCH] Remove FILE_RCSID. --- build/rpmfc.h | 1 - system.h | 5 ----- 2 files changed, 6 deletions(-) diff --git a/build/rpmfc.h b/build/rpmfc.h index b408012..f7405c9 100644 --- a/build/rpmfc.h +++ b/build/rpmfc.h @@ -1,7 +1,6 @@ #ifndef _H_RPMFC_ #define _H_RPMFC_ -#undef FILE_RCSID #include "magic.h" /*@-exportlocal@*/ diff --git a/system.h b/system.h index ad20a42..9a80d4c 100644 --- a/system.h +++ b/system.h @@ -452,9 +452,4 @@ extern void unsetenv(const char *name); #define MOUNTED "/etc/mnttab" #endif -#define FILE_RCSID(id) \ -static inline const char *rcsid(const char *p) { \ - return rcsid(p = id); \ -} - #endif /* H_SYSTEM */ -- 2.7.4