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:
785a4eb
)
Remove old-style logging
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 3 Feb 2005 09:09:55 +0000
(09:09 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 3 Feb 2005 09:09:55 +0000
(09:09 +0000)
zoom/zoomtst7.c
patch
|
blob
|
history
diff --git
a/zoom/zoomtst7.c
b/zoom/zoomtst7.c
index
515c062
..
c1c9d8d
100644
(file)
--- a/
zoom/zoomtst7.c
+++ b/
zoom/zoomtst7.c
@@
-1,5
+1,5
@@
/*
- * $Id: zoomtst7.c,v 1.12 2002-09-24 08:00:50 adam Exp $
+ * $Id: zoomtst7.c,v 1.13 2005-02-03 09:09:55 adam Exp $
*
* API test..
*/
@@
-176,10
+176,6
@@
int main(int argc, char **argv)
}
ZOOM_options_destroy (o);
- yaz_log_init_level(LOG_ALL|LOG_MALLOC);
- xmalloc_trav("1");
- nmem_exit();
- xmalloc_trav("2");
exit (0);
}