diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-03 15:12:38 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-03 15:12:38 +0200 |
commit | cec13226210a83fecdefbd21d0e81c640c23990c (patch) | |
tree | 63762cc36807c1ca3f51976534168c7528a207f7 /system.h | |
parent | 5287c034d837a5fada416ec0773c8d77585cefc7 (diff) | |
download | librpm-tizen-cec13226210a83fecdefbd21d0e81c640c23990c.tar.gz librpm-tizen-cec13226210a83fecdefbd21d0e81c640c23990c.tar.bz2 librpm-tizen-cec13226210a83fecdefbd21d0e81c640c23990c.zip |
Remove FILE_RCSID.
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 */ |