mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Remove a junk define
BLOB_HANDLER_BUCKETS is a remnant of using "type" fields in JSON/snapshot blobs and is no longer used. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389738 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -82,12 +82,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
*/
|
||||
#define CONTROLS_NUM_BUCKETS 127
|
||||
|
||||
/*!
|
||||
* \brief Number of buckets for the blob_handlers container. Remember to keep
|
||||
* it a prime number!
|
||||
*/
|
||||
#define BLOB_HANDLER_BUCKETS 7
|
||||
|
||||
/*!
|
||||
* \brief Stasis application container.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user