Remove FILE_RCSID.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 3 Sep 2007 13:12:38 +0000 (15:12 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 3 Sep 2007 13:12:38 +0000 (15:12 +0200)
build/rpmfc.h
system.h

index b408012..f7405c9 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _H_RPMFC_
 #define _H_RPMFC_
 
-#undef FILE_RCSID
 #include "magic.h"
 
 /*@-exportlocal@*/
index ad20a42..9a80d4c 100644 (file)
--- 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 */