summaryrefslogtreecommitdiffstats
path: root/tests/clients/yp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clients/yp.c')
-rw-r--r--tests/clients/yp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/clients/yp.c b/tests/clients/yp.c
index 933f0ee..0647074 100644
--- a/tests/clients/yp.c
+++ b/tests/clients/yp.c
@@ -52,7 +52,6 @@ static int
domain(CLIENT *client, FILE *output, int argc, char **argv)
{
bool_t *ret;
- int i;
if (argc != 1) {
fprintf(stderr, "\"domain\" requires 1 argument\n");
return 1;
@@ -70,7 +69,6 @@ cat(CLIENT *client, FILE *output, int argc, char **argv)
{
ypresp_key_val *ret;
ypreq_key key;
- int i;
if (argc != 2) {
fprintf(stderr, "\"cat\" requires 2 arguments\n");
return 1;