clean up: remove unused variable

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2017-11-11 23:56:34 +00:00
parent 3dda0a77a5
commit adda925c1e
No known key found for this signature in database
GPG key ID: A9553245FDE9B739
2 changed files with 0 additions and 3 deletions

View file

@ -57,7 +57,6 @@
#include "defaults.h"
/* Global variables */
int prefix_length[2][NUM_OF_PREFIX];
struct configuration_t config;
struct shared_network_t *shared_networks;
unsigned int num_shared_networks;

View file

@ -244,8 +244,6 @@ struct configuration_t {
};
/* Global variables */
/* \var prefix_length Length of each prefix. */
extern int prefix_length[2][NUM_OF_PREFIX];
/* \var config Runtime configuration. */
extern struct configuration_t config;
/* \var shared_networks Pointer holding shared network count results. */