Merge "Remove redundant module checks and references."

This commit is contained in:
Jenkins2
2018-01-29 12:39:34 -06:00
committed by Gerrit Code Review
103 changed files with 143 additions and 760 deletions

View File

@@ -391,7 +391,7 @@ AST_TEST_DEFINE(agi_loaded_test)
}
#endif
ast_agi_unregister(ast_module_info->self, &noop_command);
ast_agi_unregister(&noop_command);
return res;
}