mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
optional_api: Remove unused nonoptreq fields
As they're not actively used, they only grow stale. The moduleinfo field itself is kept in Asterisk 13/15 for ABI compatibility. ASTERISK-28046 #close Change-Id: I8df66a7007f807840414bb348511a8c14c05a9fc
This commit is contained in:
@@ -104,8 +104,7 @@ struct stasis_message_sink *stasis_message_sink_create(void)
|
||||
* it has to do with how we load modules.
|
||||
*
|
||||
* Modules have their own metadata compiled into them in the module info block
|
||||
* at the end of the file. This includes dependency information in the
|
||||
* \c nonoptreq field.
|
||||
* at the end of the file.
|
||||
*
|
||||
* Asterisk loads the module, inspects the field, then loads any needed
|
||||
* dependencies. This works because Asterisk passes \c RTLD_LAZY to the initial
|
||||
|
Reference in New Issue
Block a user