summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/node.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/node.c b/src/core/node.c
index 628c7c6..9ddac0c 100644
--- a/src/core/node.c
+++ b/src/core/node.c
@@ -1666,8 +1666,6 @@ dom_exception _dom_node_get_feature(dom_node_internal *node,
{
bool has;
- UNUSED(node);
-
dom_implementation_has_feature(dom_string_data(feature),
dom_string_data(version), &has);