summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-03 15:12:38 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-03 15:12:38 +0200
commitcec13226210a83fecdefbd21d0e81c640c23990c (patch)
tree63762cc36807c1ca3f51976534168c7528a207f7 /system.h
parent5287c034d837a5fada416ec0773c8d77585cefc7 (diff)
downloadrpm-cec13226210a83fecdefbd21d0e81c640c23990c.tar.gz
rpm-cec13226210a83fecdefbd21d0e81c640c23990c.tar.bz2
rpm-cec13226210a83fecdefbd21d0e81c640c23990c.zip
Remove FILE_RCSID.
Diffstat (limited to 'system.h')
-rw-r--r--system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/system.h b/system.h
index ad20a4235..9a80d4cf5 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 */