This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch dde in repository hurd.
commit ec0dc548abbcf5df9b3a3e05d9cdfcec8c04fe77 Author: Justus Winter <4win...@informatik.uni-hamburg.de> Date: Fri Apr 11 14:09:58 2014 +0200 libmachdev: remove unused function * libmachdev/ds_routines.c (mach_device_reference): Remove unused function. --- libmachdev/ds_routines.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libmachdev/ds_routines.c b/libmachdev/ds_routines.c index a1fb058..66e5756 100644 --- a/libmachdev/ds_routines.c +++ b/libmachdev/ds_routines.c @@ -88,12 +88,6 @@ mach_device_deallocate (void *device) ports_port_deref (device); } -static inline void -mach_device_reference (mach_device_t device) -{ - ports_port_ref (device); -} - static inline struct mach_device * mach_convert_port_to_device (device_t device) { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git