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

Anonymous Coward asteriskteam at digium.com
Thu Mar 30 18:50:05 CDT 2017


Anonymous Coward #1000019 has submitted this change and it was merged. ( 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(-)

Approvals:
  Mark Michelson: Looks good to me, approved
  Anonymous Coward #1000019: Verified
  Sean Bright: Looks good to me, but someone else must approve



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: merged
Gerrit-Change-Id: I99ce848e2e109e7d61771559f559b9e57973e45c
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Sean Bright <sean.bright at gmail.com>



More information about the asterisk-code-review mailing list