]> git.ozlabs.org Git - yaboot.git/blobdiff - second/cfg.c
prom setprop primatives
[yaboot.git] / second / cfg.c
index 3d0824312ead778b79da8f9927f3e48369b1923f..4167582ae538324bae1572fe536eb4d116ba3a44 100644 (file)
@@ -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;