summaryrefslogtreecommitdiff
path: root/lib/fprint.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-07-23 12:24:10 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-07-23 12:24:10 +0300
commit69702c1de3e24bb44f741fbad6e961213f8db9e4 (patch)
treee4d8969df4e0ba395b095462bd22671257c5972c /lib/fprint.c
parent52e4b9bcaca60499e8bb7f23eb590ce01c89c574 (diff)
downloadlibrpm-tizen-69702c1de3e24bb44f741fbad6e961213f8db9e4.tar.gz
librpm-tizen-69702c1de3e24bb44f741fbad6e961213f8db9e4.tar.bz2
librpm-tizen-69702c1de3e24bb44f741fbad6e961213f8db9e4.zip
Kill off lclint remnants everywhere
- remove ancient and likely irrelevant LCL comments and bogus NULL checks
Diffstat (limited to 'lib/fprint.c')
-rw-r--r--lib/fprint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/fprint.c b/lib/fprint.c
index c56b0e5ff..c04c8af6c 100644
--- a/lib/fprint.c
+++ b/lib/fprint.c
@@ -69,7 +69,6 @@ static const struct fprintCacheEntry_s * cacheContainsDirectory(
* @param scareMemory
* @return pointer to the finger print associated with a file path.
*/
-/* LCL: segfault */
fingerPrint fpLookup(fingerPrintCache cache,
const char * dirName, const char * baseName, int scareMemory)
{
@@ -212,7 +211,6 @@ int fpEqual(const fingerPrint * k1, const fingerPrint * k2)
return 0;
/* Otherwise, compare fingerprints by value. */
- /* LCL: whines about (*k2).subdir */
if (FP_EQUAL(*k1, *k2))
return 0;
return 1;