summaryrefslogtreecommitdiff
path: root/utils/ael_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ael_main.c')
-rw-r--r--utils/ael_main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/utils/ael_main.c b/utils/ael_main.c
index 96898e18f..b4245c8b4 100644
--- a/utils/ael_main.c
+++ b/utils/ael_main.c
@@ -37,12 +37,6 @@ void ast_register_file_version(const char *file, const char *version) { }
void ast_unregister_file_version(const char *file) { }
#endif
-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 */
-}
-
struct ast_flags ast_compat = { 7 };
/*** MODULEINFO