summaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/util.h b/include/util.h
index 82e3177..99418f9 100644
--- a/include/util.h
+++ b/include/util.h
@@ -81,8 +81,6 @@ int popd(void);
*/
int padd_file(int outfd, uint64_t size, size_t blocksize);
-uint32_t update_crc32(uint32_t crc, const void *data, size_t size);
-
/*
If the environment variable SOURCE_DATE_EPOCH is set to a parsable number
that fits into an unsigned 32 bit value, return its value. Otherwise,