X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Fcfg.c;h=4167582ae538324bae1572fe536eb4d116ba3a44;hp=3d0824312ead778b79da8f9927f3e48369b1923f;hb=be7cdc5970eef6bf45394304a0aaeb1ae203d456;hpb=a5141a38c8aacc04e7c7673d2cb522a085245d68 diff --git a/second/cfg.c b/second/cfg.c index 3d08243..4167582 100644 --- a/second/cfg.c +++ b/second/cfg.c @@ -443,16 +443,6 @@ int cfg_parse (char *cfg_file, char *buff, int len) } } -static char *cfg_get_strg_i (CONFIG * table, char *item) -{ - CONFIG *walk; - - for (walk = table; walk->type != cft_end; walk++) - if (walk->name && !strcasecmp (walk->name, item)) - return walk->data; - return 0; -} - char *cfg_get_strg (char *image, char *item) { struct IMAGES *p;