Codebase list slapi-nis / 062797b
Remove some unused variables Nalin Dahyabhai 10 years ago
2 changed file(s) with 1 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
571571 struct backend_search_cbdata *cbdata)
572572 {
573573 Slapi_Entry *entry, **entries;
574 int i;
575574
576575 if (((staged->type == SCH_NSSWITCH_GROUP) && staged->search_members) &&
577576 (NULL != staged->name)) {
27162716 struct format_ref_attr_list ***inref_attr_list)
27172717 {
27182718 int ret, argc, i;
2719 unsigned int *lengths;
2720 char **argv, **values;
2721 bool_t first;
2722 struct berval bv, **choices;
2719 char **argv;
27232720
27242721 ret = format_parse_args(state, args, &argc, &argv);
27252722 if (ret != 0) {
33433340 static int sequence;
33443341 char *buf;
33453342 int ret;
3346 const char *value_format;
33473343 struct berval **choices, bv;
33483344
33493345 choices = NULL;