Revert -r411073. It didn't help and blew up the system.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@411087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2014-03-25 15:47:17 +00:00
parent 89e12de79d
commit c8ebf3e3c7
3 changed files with 0 additions and 15 deletions

View File

@@ -80,12 +80,6 @@ char ast_config_AST_SYSTEM_NAME[20] = ""; */
int option_debug = 0;
int option_verbose = 0;
void __ast_assert_failed(int condition, const char *condition_str, const char *file, int line, const char *function);
void __ast_assert_failed(int condition, const char *condition_str, const char *file, int line, const char *function)
{
/*! \todo BUGBUG Put here only to allow utils to compile in AST_DEVMODE */
}
void ast_register_file_version(const char *file, const char *version);
void ast_register_file_version(const char *file, const char *version)
{