aboutsummaryrefslogtreecommitdiffstats
path: root/src/statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statement.c')
-rw-r--r--src/statement.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/statement.c b/src/statement.c
index 0ec6520a..f3034566 100644
--- a/src/statement.c
+++ b/src/statement.c
@@ -28,8 +28,7 @@ is_resource(const SerdNode* const node)
{
const SerdNodeType type = serd_node_type(node);
- return type == SERD_URI || type == SERD_CURIE || type == SERD_BLANK ||
- type == SERD_VARIABLE;
+ return type == SERD_URI || type == SERD_BLANK || type == SERD_VARIABLE;
}
bool