aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-16 23:26:35 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-16 23:26:35 +0000
commita5cb42eb374822390654563f5c8953b370c36bfd (patch)
treeb7abefcd8790f100491f5f613cdd39faa87a74e1 /apps
parenta8680bf79fa2ef20c5e14f7ffda84a9b28017a00 (diff)
minor changes and eliminate some compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6803 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/app_mixmonitor.c3
-rwxr-xr-xapps/app_muxmon.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c
index 852eae8d9..73e5c5a50 100755
--- a/apps/app_mixmonitor.c
+++ b/apps/app_mixmonitor.c
@@ -28,8 +28,6 @@
#define get_volfactor(x) x ? ((x > 0) ? (1 << x) : ((1 << abs(x)) * -1)) : 0
#define minmax(x,y) x ? (x > y) ? y : ((x < (y * -1)) ? (y * -1) : x) : 0
-AST_MUTEX_DEFINE_STATIC(modlock);
-
static char *tdesc = "Native Channel Monitoring Module";
static char *app = "MuxMon";
static char *synopsis = "Record A Call Natively";
@@ -460,7 +458,6 @@ static int muxmon_cli(int fd, int argc, char **argv)
{
char *op, *chan_name = NULL, *args = NULL;
struct ast_channel *chan;
- int count = 0;
if (argc > 2) {
op = argv[1];
diff --git a/apps/app_muxmon.c b/apps/app_muxmon.c
index 852eae8d9..73e5c5a50 100755
--- a/apps/app_muxmon.c
+++ b/apps/app_muxmon.c
@@ -28,8 +28,6 @@
#define get_volfactor(x) x ? ((x > 0) ? (1 << x) : ((1 << abs(x)) * -1)) : 0
#define minmax(x,y) x ? (x > y) ? y : ((x < (y * -1)) ? (y * -1) : x) : 0
-AST_MUTEX_DEFINE_STATIC(modlock);
-
static char *tdesc = "Native Channel Monitoring Module";
static char *app = "MuxMon";
static char *synopsis = "Record A Call Natively";
@@ -460,7 +458,6 @@ static int muxmon_cli(int fd, int argc, char **argv)
{
char *op, *chan_name = NULL, *args = NULL;
struct ast_channel *chan;
- int count = 0;
if (argc > 2) {
op = argv[1];