mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
core: Remove ABI effects of LOW_MEMORY.
This allows asterisk to compiled with LOW_MEMORY to load modules built without LOW_MEMORY. ASTERISK-26398 #close Change-Id: I24b78ac9493ab933b11087a8b6794f3c96d4872d
This commit is contained in:
@@ -98,7 +98,6 @@ void __ast_unregister_file(const char *file)
|
||||
{
|
||||
}
|
||||
|
||||
#if !defined(LOW_MEMORY)
|
||||
int ast_add_profile(const char *, uint64_t scale);
|
||||
int ast_add_profile(const char *s, uint64_t scale)
|
||||
{
|
||||
@@ -115,7 +114,6 @@ int64_t ast_mark(int key, int start1_stop0)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif /* LOW_MEMORY */
|
||||
|
||||
/* end of dummy functions */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user