summaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index eb9600f..e69607f 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -70,7 +70,6 @@ event_statement(void* handle,
SordNode* g = NULL;
if (state->graph_uri_node) {
- assert(graph->type == SERD_NOTHING);
g = sord_node_copy(state->graph_uri_node);
} else {
g = (graph && graph->buf)