summaryrefslogtreecommitdiff
path: root/lib/headerfmt.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/headerfmt.c
parent52e4b9bcaca60499e8bb7f23eb590ce01c89c574 (diff)
downloadrpm-69702c1de3e24bb44f741fbad6e961213f8db9e4.tar.gz
rpm-69702c1de3e24bb44f741fbad6e961213f8db9e4.tar.bz2
rpm-69702c1de3e24bb44f741fbad6e961213f8db9e4.zip
Kill off lclint remnants everywhere
- remove ancient and likely irrelevant LCL comments and bogus NULL checks
Diffstat (limited to 'lib/headerfmt.c')
-rw-r--r--lib/headerfmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/headerfmt.c b/lib/headerfmt.c
index d3956585e..8ec5a4fa0 100644
--- a/lib/headerfmt.c
+++ b/lib/headerfmt.c
@@ -302,7 +302,6 @@ static int parseFormat(headerSprintfArgs hsa, char * str,
format = xcalloc(numTokens, sizeof(*format));
if (endPtr) *endPtr = NULL;
- /* LCL: can't detect done termination */
dst = start = str;
numTokens = 0;
token = NULL;