diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-03 13:31:28 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-09-03 13:31:28 +0200 |
commit | 5b786f94bcd9c89aae3b19e11782f5f4d811c359 (patch) | |
tree | 202ae26d160808d8c50b90fa569bffa9604e9247 /build | |
parent | f16b18234948782039b17f82f9dda9a52c267eec (diff) | |
download | rpm-5b786f94bcd9c89aae3b19e11782f5f4d811c359.tar.gz rpm-5b786f94bcd9c89aae3b19e11782f5f4d811c359.tar.bz2 rpm-5b786f94bcd9c89aae3b19e11782f5f4d811c359.zip |
Remove __LCLINT__-ifdef'ed blocks.
Diffstat (limited to 'build')
-rw-r--r-- | build/files.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/files.c b/build/files.c index 267a5e8f7..25adeac07 100644 --- a/build/files.c +++ b/build/files.c @@ -938,9 +938,6 @@ static int parseForSimple(/*@unused@*/Spec spec, Package pkg, char * buf, } break; } -#if defined(__LCLINT__) - assert(s != NULL); -#endif /* Set flags for virtual file attributes */ { VFA_t *vfa; |