aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/util.c b/src/util.c
index f61432d..b4af99f 100644
--- a/src/util.c
+++ b/src/util.c
@@ -26,7 +26,7 @@ translate_ids(int argc, char **argv, const char *mapname)
{
int i;
struct eclat_map *map;
- char *val, *p;
+ char *val;
if (!translate_option)
return;
@@ -68,7 +68,7 @@ translate_resource_ids(int argc, char **argv)
int i, j, rc, ecnt;
size_t len;
struct eclat_map *map;
- char *val, *p, *mapname;
+ char *val, *p;
struct wordsplit ws;
int wsflags = WRDSF_DEFFLAGS|WRDSF_DELIM;
@@ -144,10 +144,8 @@ describe_query_create(CURL *curl, const char *verb, int argc, char **argv,
{
int i, j, k;
struct ec2_query *q;
- char *url;
char *bufptr = NULL;
size_t bufsize = 0;
- size_t bs;
struct wordsplit ws;
int wsflags;
int upn = 0;

Return to:

Send suggestions and report system problems to the System administrator.