projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20c29d8
)
removed unused variables
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 5 Jun 2002 21:09:20 +0000
(21:09 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 5 Jun 2002 21:09:20 +0000
(21:09 +0000)
zoom/zoomsh.c
patch
|
blob
|
history
diff --git
a/zoom/zoomsh.c
b/zoom/zoomsh.c
index
3890467
..
6aedbd0
100644
(file)
--- a/
zoom/zoomsh.c
+++ b/
zoom/zoomsh.c
@@
-1,5
+1,5
@@
/*
- * $Id: zoomsh.c,v 1.10 2002-06-02 21:27:17 adam Exp $
+ * $Id: zoomsh.c,v 1.11 2002-06-05 21:09:20 adam Exp $
*
* ZOOM-C Shell
*/
@@
-85,7
+85,7
@@
static void cmd_get (ZOOM_connection *c, ZOOM_resultset *r,
ZOOM_options options,
const char **args)
{
- char key[40], val[80];
+ char key[40];
if (!next_token_copy (args, key, sizeof(key)))
{
printf ("missing argument for get\n");
@@
-190,7
+190,6
@@
static void cmd_ext (ZOOM_connection *c, ZOOM_resultset *r,
ZOOM_options options,
const char **args)
{
- ZOOM_query s;
ZOOM_package p[MAX_CON];
int i;