summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/editline/np/strlcat.c8
-rw-r--r--main/editline/np/strlcpy.c10
-rw-r--r--main/features.c5
-rw-r--r--main/security_events.c1
4 files changed, 0 insertions, 24 deletions
diff --git a/main/editline/np/strlcat.c b/main/editline/np/strlcat.c
index 6c9f1e92d..d9d0e72c8 100644
--- a/main/editline/np/strlcat.c
+++ b/main/editline/np/strlcat.c
@@ -26,14 +26,6 @@
*/
#include "config.h"
-#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $";
-#endif /* LIBC_SCCS and not lint */
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD: src/lib/libc/string/strlcat.c,v 1.2.4.2 2001/07/09 23:30:06 obrien Exp $";
-#endif
-
#include <sys/types.h>
#include <string.h>
diff --git a/main/editline/np/strlcpy.c b/main/editline/np/strlcpy.c
index 1f154bcf2..ecad62b49 100644
--- a/main/editline/np/strlcpy.c
+++ b/main/editline/np/strlcpy.c
@@ -28,16 +28,6 @@
*/
#include "config.h"
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD: src/lib/libc/string/strlcpy.c,v 1.2.4.1 2001/07/09 23:30:06 obrien Exp $";
-#endif
-
#include <sys/types.h>
#include <string.h>
diff --git a/main/features.c b/main/features.c
index deb28ee0f..f3bf7a714 100644
--- a/main/features.c
+++ b/main/features.c
@@ -318,11 +318,6 @@ struct ast_bridge_thread_obj
unsigned int return_to_pbx:1;
};
-static const struct ast_datastore_info channel_app_data_datastore = {
- .type = "Channel appdata datastore",
- .destroy = ast_free_ptr,
-};
-
static void set_config_flags(struct ast_channel *chan, struct ast_bridge_config *config)
{
ast_clear_flag(config, AST_FLAGS_ALL);
diff --git a/main/security_events.c b/main/security_events.c
index 00a70fbec..0546bfe73 100644
--- a/main/security_events.c
+++ b/main/security_events.c
@@ -374,7 +374,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/json.h"
#include "asterisk/astobj2.h"
-static const size_t TIMESTAMP_STR_LEN = 32;
static const size_t SECURITY_EVENT_BUF_INIT_LEN = 256;
/*! \brief Security Topic */