Once more with feeling, remove useless enum bit

Now with 50% less experimental changes
This commit is contained in:
Elizabeth Myers 2016-03-10 02:42:40 -06:00
parent be67cfca84
commit 2c01da6b7e

View file

@ -33,7 +33,6 @@ typedef enum
PROVIDER_RDNS = 0x1,
PROVIDER_IDENT = 0x2,
PROVIDER_BLACKLIST = 0x4,
PROVIDER_DUMMY = 0x8,
} provider_t;
struct auth_client