summaryrefslogtreecommitdiffstats
path: root/src/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.c')
-rw-r--r--src/port.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/port.c b/src/port.c
index 3b16758..616888e 100644
--- a/src/port.c
+++ b/src/port.c
@@ -474,7 +474,6 @@ void
ganv_port_set_value_label(GanvPort* port,
const char* str)
{
- GanvNode* node = GANV_NODE(port);
GanvPortImpl* impl = port->impl;
if (!impl->control) {
return;