diff options
Diffstat (limited to 'src/query.c')
-rw-r--r-- | src/query.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/query.c b/src/query.c index 6730bd7..9f331da 100644 --- a/src/query.c +++ b/src/query.c @@ -27,7 +27,6 @@ #include "slv2/util.h" #include "slv2_internal.h" - SLV2Matches slv2_plugin_find_statements(SLV2Plugin plugin, SLV2Node subject, @@ -39,7 +38,6 @@ slv2_plugin_find_statements(SLV2Plugin plugin, return sord_find(plugin->world->model, pat); } - SLV2Values slv2_values_from_stream_i18n(SLV2Plugin p, SLV2Matches stream) |