[vlc-commits] vlc blocks: remove useless VLC_USED at function returning void
David Fuhrmann
git at videolan.org
Thu Dec 27 21:31:44 CET 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Thu Dec 27 15:36:59 2012 +0100| [6310b88035615d6f9452359993da5db4000d8f4f] | committer: David Fuhrmann
vlc blocks: remove useless VLC_USED at function returning void
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6310b88035615d6f9452359993da5db4000d8f4f
---
include/vlc_block.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/vlc_block.h b/include/vlc_block.h
index eae1995..2e256b4 100644
--- a/include/vlc_block.h
+++ b/include/vlc_block.h
@@ -139,7 +139,6 @@ VLC_API void block_Init( block_t *, void *, size_t );
VLC_API block_t *block_Alloc( size_t ) VLC_USED VLC_MALLOC;
VLC_API block_t *block_Realloc( block_t *, ssize_t i_pre, size_t i_body ) VLC_USED;
-VLC_USED
static inline void block_CopyProperties( block_t *dst, block_t *src )
{
dst->i_flags = src->i_flags;
More information about the vlc-commits
mailing list