summaryrefslogtreecommitdiff
path: root/vfs_stdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'vfs_stdio.c')
-rw-r--r--vfs_stdio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vfs_stdio.c b/vfs_stdio.c
index 6918c26d..68d225cd 100644
--- a/vfs_stdio.c
+++ b/vfs_stdio.c
@@ -112,7 +112,6 @@ static DB_vfs_t plugin = {
.rewind = stdio_rewind,
.getlength = stdio_getlength,
.get_content_type = stdio_get_content_type,
- .scheme_names = NULL // this is NULL because that's a fallback vfs, used when no other matching vfs plugin found
};
DB_plugin_t *