X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fodr.c;fp=src%2Fodr.c;h=d0c928866817d26b1f84b64cf38736de272c01df;hp=25fafb2632f391c277cb77943ad281bcfab82bc4;hb=03b00294a8f57bfd02c81e7ac4ee2bb280177f98;hpb=e6623bc5f605bca46774fdeed6e87067df9c5a7f diff --git a/src/odr.c b/src/odr.c index 25fafb2..d0c9288 100644 --- a/src/odr.c +++ b/src/odr.c @@ -135,15 +135,6 @@ void odr_FILE_write(ODR o, void *handle, int type, const char *buf, int len) { int i; -#if 0 - if (type == ODR_OCTETSTRING) - { - const char **stack_names = odr_get_element_path(o); - for (i = 0; stack_names[i]; i++) - fprintf((FILE*) handle, "[%s]", stack_names[i]); - fputs("\n", (FILE*) handle); - } -#endif for (i = 0; i < len; i++) { unsigned c = ((const unsigned char *) buf)[i];