]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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 c9bd4d1635875760da81f607ac327a8e04cfc834..f89e85809f98032303ba9ceb05c80d54483a5961 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;