[vlc-devel] commit: block: Remove a no-op introduced by me and spotted by funman. ( Pierre d'Herbemont )
git version control
git at videolan.org
Tue Apr 22 16:44:35 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Tue Apr 22 16:45:20 2008 +0200| [5365c5866ef6ea65ee2deaeea8a978d1f0657bbc]
block: Remove a no-op introduced by me and spotted by funman.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5365c5866ef6ea65ee2deaeea8a978d1f0657bbc
---
src/misc/block.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/misc/block.c b/src/misc/block.c
index bddd729..7e94ec9 100644
--- a/src/misc/block.c
+++ b/src/misc/block.c
@@ -245,8 +245,6 @@ struct block_fifo_t
block_fifo_t *__block_FifoNew( vlc_object_t *p_obj )
{
- (void)p_obj;
-
block_fifo_t *p_fifo;
p_fifo = malloc( sizeof( block_fifo_t ) );
More information about the vlc-devel
mailing list