summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/avio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 3ea52ec86d..5e86f7ecc4 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -261,8 +261,6 @@ typedef struct AVIOContext {
const char *protocol_blacklist;
} AVIOContext;
-/* unbuffered I/O */
-
/**
* Return the name of the protocol that will handle the passed URL.
*