mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
clean up: remove unused variable
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
3dda0a77a5
commit
adda925c1e
2 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue