소스 검색

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);