summaryrefslogtreecommitdiff
path: root/lib/header.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-07-07 13:28:04 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-07-07 13:28:04 +0300
commite8cef9b4f0242b593b8541ba5a22ed6d249a0260 (patch)
tree57ce8ef97d183d4aaea68774c475e5f177654422 /lib/header.c
parent32d69b7adc78f1707f6f11268b68841c0b235dc9 (diff)
downloadrpm-e8cef9b4f0242b593b8541ba5a22ed6d249a0260.tar.gz
rpm-e8cef9b4f0242b593b8541ba5a22ed6d249a0260.tar.bz2
rpm-e8cef9b4f0242b593b8541ba5a22ed6d249a0260.zip
Eliminate couple of timedRead() uses where we control how fd is opened
Diffstat (limited to 'lib/header.c')
-rw-r--r--lib/header.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/header.c b/lib/header.c
index 569ef9f5d..2f3d7a0c2 100644
--- a/lib/header.c
+++ b/lib/header.c
@@ -1083,7 +1083,6 @@ exit:
h->flags |= HEADERFLAG_ALLOCATED;
} else if (ei)
ei = _free(ei);
- /* FIX: timedRead macro obscures annotation */
return h;
}