Remove unused variable
authorAlan T. DeKok <aland@freeradius.org>
Sun, 5 Oct 2014 21:47:11 +0000 (17:47 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 6 Oct 2014 00:41:24 +0000 (20:41 -0400)
src/main/modcall.c

index f7c0057..b4a09bf 100644 (file)
@@ -97,15 +97,6 @@ typedef struct {
        char *xlat_name;
 } modxlat;
 
-/*
-static const FR_NAME_NUMBER grouptype_table[] = {
-       { "", GROUPTYPE_SIMPLE },
-       { "redundant ", GROUPTYPE_REDUNDANT },
-       { "append ", GROUPTYPE_APPEND },
-       { NULL, -1 }
-};
-*/
-
 /* Simple conversions: modsingle and modgroup are subclasses of modcallable,
  * so we often want to go back and forth between them. */
 static modsingle *mod_callabletosingle(modcallable *p)