Commit 5365c586 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

block: Remove a no-op introduced by me and spotted by funman.

parent 7b1b29e0
...@@ -245,8 +245,6 @@ struct block_fifo_t ...@@ -245,8 +245,6 @@ struct block_fifo_t
block_fifo_t *__block_FifoNew( vlc_object_t *p_obj ) block_fifo_t *__block_FifoNew( vlc_object_t *p_obj )
{ {
(void)p_obj;
block_fifo_t *p_fifo; block_fifo_t *p_fifo;
p_fifo = malloc( sizeof( block_fifo_t ) ); p_fifo = malloc( sizeof( block_fifo_t ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment