From b5298028b050d8c20d741c5219c1b0d2304c9391 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 16 Nov 2007 00:18:48 +0000 Subject: Remove empty pipe_close Originally committed as revision 11045 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/file.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libavformat') diff --git a/libavformat/file.c b/libavformat/file.c index c0134d15df..f61130694f 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@ -110,16 +110,9 @@ static int pipe_open(URLContext *h, const char *filename, int flags) return 0; } -static int pipe_close(URLContext *h) -{ - return 0; -} - URLProtocol pipe_protocol = { "pipe", pipe_open, file_read, file_write, - NULL, - pipe_close, }; -- cgit v1.2.3