[Asterisk-code-review] CEL: Remove header declarations of non-existant functions. (asterisk[14])

Corey Farrell asteriskteam at digium.com
Thu Mar 30 10:20:50 CDT 2017


Corey Farrell has uploaded a new change for review. ( https://gerrit.asterisk.org/5369 )

Change subject: CEL: Remove header declarations of non-existant functions.
......................................................................

CEL: Remove header declarations of non-existant functions.

ast_cel_alloc and ast_cel_destroy do not exist in code, remove them from
the headers.

Change-Id: I99ce848e2e109e7d61771559f559b9e57973e45c
---
M include/asterisk/cel.h
1 file changed, 0 insertions(+), 23 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/69/5369/1

diff --git a/include/asterisk/cel.h b/include/asterisk/cel.h
index 350b4bf..c77a353 100644
--- a/include/asterisk/cel.h
+++ b/include/asterisk/cel.h
@@ -87,29 +87,6 @@
  */
 unsigned int ast_cel_check_enabled(void);
 
-/*! 
- * \brief Allocate a CEL record 
- *
- * \since 1.8
- *
- * \note The CEL record must be destroyed with ast_cel_destroy().
- *
- * \retval non-NULL an allocated ast_cel structure
- * \retval NULL error
- */
-struct ast_cel *ast_cel_alloc(void);
-
-/*! 
- * \brief Destroy a CEL record.
- *
- * \param cel the record to destroy
- *
- * \since 1.8
- *
- * \return nothing.
- */
-void ast_cel_destroy(struct ast_cel *cel);
-
 /*!
  * \brief Get the name of a CEL event type
  *

-- 
To view, visit https://gerrit.asterisk.org/5369
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99ce848e2e109e7d61771559f559b9e57973e45c
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Corey Farrell <git at cfware.com>



More information about the asterisk-code-review mailing list