Remove unused field from struct config.

The sanity_freq_limit field was erroneously added to the config struct
in ed379b40, the right one is in the default_ds struct.

Signed-off-by: Miroslav Lichvar <mlichvar@redhat.com>
master
Miroslav Lichvar 2014-06-11 15:53:29 +02:00 committed by Richard Cochran
parent abd4338384
commit 5723da950f
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ struct config {
double *pi_integral_scale;
double *pi_integral_exponent;
double *pi_integral_norm_max;
int *sanity_freq_limit;
unsigned char *ptp_dst_mac;
unsigned char *p2p_dst_mac;