2011-03-04 Michael Snyder <msnyder@vmware.com>

Reverting this patch:
	* cli/cli-script.c (script_from_file): Add break for lint.
This commit is contained in:
Michael Snyder 2011-03-04 18:20:43 +00:00
parent e35ea4e0fb
commit b2c5f112fe
2 changed files with 5 additions and 1 deletions

View file

@ -1641,7 +1641,6 @@ script_from_file (FILE *stream, const char *file)
throw_error (e.error,
_("%s:%d: Error in sourced command file:\n%s"),
source_file_name, source_line_number, e.message);
break; /* lint */
default:
internal_error (__FILE__, __LINE__, _("bad reason"));
}