aboutsummaryrefslogtreecommitdiff
path: root/gacopyz/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'gacopyz/server.c')
-rw-r--r--gacopyz/server.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gacopyz/server.c b/gacopyz/server.c
index a4a05e49..1c1f1085 100644
--- a/gacopyz/server.c
+++ b/gacopyz/server.c
@@ -1,5 +1,5 @@
/* This file is part of gacopyz.
- Copyright (C) 2007 Sergey Poznyakoff
+ Copyright (C) 2007, 2008 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -119,7 +119,6 @@ void
del_def(gacopyz_srv_t srv, const char *name, size_t len)
{
struct gacopyz_macro_def *def = find_def(srv, name, len);
- size_t n;
if (!def)
return;
@@ -298,7 +297,6 @@ int
gacopyz_srv_create(gacopyz_srv_t *p, const char *name,
const char *portspec, unsigned logmask)
{
- int i;
gacopyz_srv_t srv = calloc(1, sizeof(*srv));
if (!srv)
@@ -804,7 +802,6 @@ gacopyz_srv_connect(gacopyz_srv_t srv)
char *proto;
char *port;
char *path;
- int rc;
GACOPYZ_ASSERT(srv);

Return to:

Send suggestions and report system problems to the System administrator.