Skip to content

Commit f80ff30

Browse files
author
chad-iris
committed
Remove unused variable
1 parent 1fdf00f commit f80ff30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/slinkxml.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,10 @@ prtinfo_connections (ezxml_t xmldoc)
182182

183183
for (station = ezxml_child (xmldoc, "station"); station; station = ezxml_next (station))
184184
{
185-
const char *network, *name, *end_seq;
185+
const char *network, *name;
186186

187187
network = ezxml_attr (station, "network");
188188
name = ezxml_attr (station, "name");
189-
end_seq = ezxml_attr (station, "end_seq");
190189

191190
for (connection = ezxml_child (station, "connection"); connection; connection = ezxml_next (connection))
192191
{

0 commit comments

Comments
 (0)