From: Ulrich Drepper Date: Fri, 6 Feb 2009 06:40:46 +0000 (-0800) Subject: Remove commented-out call in readelf. X-Git-Tag: elfutils-0.140~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82937be6d48e87dce5bf700afb5a6c492972d3b0;p=thirdparty%2Felfutils.git Remove commented-out call in readelf. --- diff --git a/src/readelf.c b/src/readelf.c index ccf2cb618..237b9bad7 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -4335,7 +4335,6 @@ print_cfa_program (const unsigned char *readp, const unsigned char *const endp, printf (" def_cfa_expression %" PRIu64 "\n", op1); print_ops (dwflmod, dbg, 10, 10, ptr_size, op1, readp); readp += op1; - //error (1,0,"need to implement BLOCK reading"); break; case DW_CFA_expression: // XXX overflow check