Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
e6897c70
Commit
e6897c70
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Eliminate unneeded variable.
parent
8ef12a58
Changes
1
Show whitespace changes
Inline
Side-by-side
src/vlist.c
View file @
e6897c70
...
...
@@ -108,9 +108,7 @@ vlist_t *vlist_new_entry(void)
static
void
vlist_delete_entry
(
vlist_t
*
vlistptr
)
{
int
idx
,
nsp
;
nsp
=
namespaceGetActive
();
int
idx
;
idx
=
vlistptr
->
self
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment