Fix minor issues identified by clang-700.0.72
[freeradius.git] / src / main / map.c
index 88d89c1..bbe3a63 100644 (file)
@@ -340,8 +340,6 @@ int map_afrom_cs(vp_map_t **out, CONF_SECTION *cs,
        *out = NULL;
        tail = out;
 
-       if (!cs) return 0;
-
        /*
         *      The first map has cs as the parent.
         *      The rest have the previous map as the parent.