mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
removed needless variable
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@188 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
parent
638bf559c2
commit
5ff2459606
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ int config_parse_path(config_setting_t *cfg,
|
|||
int config_parse_node(config_setting_t *cfg, struct node **nodes)
|
||||
{
|
||||
struct node *node;
|
||||
const char *remote, *local, *key;
|
||||
const char *remote, *local;
|
||||
|
||||
|
||||
/* Allocate memory */
|
||||
|
|
Loading…
Add table
Reference in a new issue