The following commit has been merged in the master branch:
commit 6a7e76a292d865e3abeff4fdd086780dda3f49d8
Author: Guillem Jover <[email protected]>
Date:   Sat Sep 11 06:19:17 2010 +0200

    libdpkg: Remove unused stream_md5 macro

diff --git a/lib/dpkg/buffer.h b/lib/dpkg/buffer.h
index 54f084f..4321bbd 100644
--- a/lib/dpkg/buffer.h
+++ b/lib/dpkg/buffer.h
@@ -54,9 +54,6 @@ struct buffer_data {
 # define fd_md5(fd, hash, limit, ...) \
        buffer_copy_IntPtr(fd, BUFFER_READ_FD, hash, BUFFER_WRITE_MD5, \
                           limit, __VA_ARGS__)
-# define stream_md5(file, hash, limit, ...) \
-       buffer_copy_PtrPtr(file, BUFFER_READ_STREAM, hash, BUFFER_WRITE_MD5, \
-                          limit, __VA_ARGS__)
 # define fd_fd_copy(fd1, fd2, limit, ...) \
        buffer_copy_IntInt(fd1, BUFFER_READ_FD, fd2, BUFFER_WRITE_FD, \
                           limit, __VA_ARGS__)

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to