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:
a19b332
)
Remove unused variable
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 28 Aug 2002 19:34:50 +0000
(19:34 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 28 Aug 2002 19:34:50 +0000
(19:34 +0000)
retrieval/d1_marc.c
patch
|
blob
|
history
diff --git
a/retrieval/d1_marc.c
b/retrieval/d1_marc.c
index
2252a8c
..
e410b7c
100644
(file)
--- a/
retrieval/d1_marc.c
+++ b/
retrieval/d1_marc.c
@@
-3,7
+3,7
@@
* See the file LICENSE for details.
* Sebastian Hammer, Adam Dickmeiss
*
- * $Id: d1_marc.c,v 1.26 2002-08-28 19:10:56 adam Exp $
+ * $Id: d1_marc.c,v 1.27 2002-08-28 19:34:50 adam Exp $
*/
@@
-152,7
+152,6
@@
data1_marctab *data1_read_marctab (data1_handle dh, const char *file)
static char *get_data(data1_node *n, int *len)
{
char *r;
- data1_node *np = 0;
while (n)
{