瀏覽代碼

remove a useless warning

SVN-Revision: 7588
Felix Fietkau 18 年之前
父節點
當前提交
de49793bb7
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      scripts/config/menu.c

+ 0 - 3
scripts/config/menu.c

@@ -296,9 +296,6 @@ void menu_finalize(struct menu *parent)
 					    "currently only support a "
 					    "single prompt");
 				}
-				if (prop->type == P_DEFAULT)
-					prop_warn(prop, "defaults for choice "
-					    "values not supported");
 			}
 			current_entry = menu;
 			menu_set_type(sym->type);