aboutsummaryrefslogtreecommitdiffstats
path: root/utils/hashtest2.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-22 14:45:42 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-22 14:45:42 +0000
commit480f725cc1382cd409a34843f4e4d304cf4d365c (patch)
tree04286d938658c2df616148e37682cb6a74be3133 /utils/hashtest2.c
parent9a467a1d9da15b46c77b2da13165afa2e88e1a99 (diff)
Fix build of check_expr and hashtest2 when DEBUG_THREADLOCAL is defined
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@83545 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/hashtest2.c')
-rw-r--r--utils/hashtest2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/hashtest2.c b/utils/hashtest2.c
index 2e3bc410d..29c8123d4 100644
--- a/utils/hashtest2.c
+++ b/utils/hashtest2.c
@@ -55,10 +55,6 @@ int testno = 2;
/* stuff we need to make this work with the astobj2 stuff */
-void ast_cli(int *fd, char *str, ...)
-{
-}
-
int64_t ast_mark(int prof_id, int x)
{
}
@@ -350,10 +346,6 @@ void ast_module_unregister(const struct ast_module_info *x)
}
-void ast_cli_register_multiple(void)
-{
-}
-
void ast_register_file_version(const char *file, const char *version)
{
}