aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/astman.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/utils/astman.c b/utils/astman.c
index ae2444ae7..f7909697d 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -91,24 +91,6 @@ void ast_unregister_file_version(const char *file);
void ast_unregister_file_version(const char *file)
{
}
-
-int ast_add_profile(const char *, uint64_t scale);
-int ast_add_profile(const char *s, uint64_t scale)
-{
- return -1;
-}
-
-int64_t ast_profile(int, int64_t);
-int64_t ast_profile(int key, int64_t val)
-{
- return 0;
-}
-int64_t ast_mark(int, int start1_stop0);
-int64_t ast_mark(int key, int start1_stop0)
-{
- return 0;
-}
-
/* end of dummy functions */
static struct ast_chan *find_chan(char *name)