Remove redundant declaration
authorAlan T. DeKok <aland@freeradius.org>
Wed, 19 Aug 2015 11:09:07 +0000 (07:09 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 19 Aug 2015 11:09:07 +0000 (07:09 -0400)
src/tests/map/map_unit.c

index c9bd4d1..f89e858 100644 (file)
@@ -37,7 +37,6 @@ RCSID("$Id$")
 #include <assert.h>
 
 #include <freeradius-devel/log.h>
-extern log_lvl_t rad_debug_lvl;
 
 #include <sys/wait.h>
 
@@ -167,7 +166,6 @@ int main(int argc, char *argv[])
                        break;
                case 'x':
                        fr_debug_lvl++;
-                       rad_debug_lvl = fr_debug_lvl;
                        break;
                case 'M':
                        report = true;