diff options
| author | Ulrich Drepper <[email protected]> | 2009-02-05 22:40:46 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-02-05 22:40:46 -0800 |
| commit | 82937be6d48e87dce5bf700afb5a6c492972d3b0 (patch) | |
| tree | 21a3a50baa8e4fce581e728a60134488c31a8f2c /src/readelf.c | |
| parent | b3490b55d1673cf3a43f93c59c3d558f74edb3a3 (diff) | |
Remove commented-out call in readelf.
Diffstat (limited to 'src/readelf.c')
| -rw-r--r-- | src/readelf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/readelf.c b/src/readelf.c index ccf2cb61..237b9bad 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 |
