summaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c
index 35bbf41e..88d4cb30 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -653,7 +653,6 @@ void a_Cache_process_dbuf(int Op, const char *buf, size_t buf_size,
*/
if (!(entry->Flags & CA_GotHeader)) {
while ((len = Cache_get_header(entry, buf + start, buf_size - start))) {
-
/* Let's scan, allocate, and set things according to header info */
Cache_parse_header(entry, buf + start, buf_size - start, len);
start += len;