| author | |
| committer | |
| log | a56183197dcdab0bfb97489c8a8c22443302b62d |
| tree | 22e5523cfa6ac217fac2555530b99096d7a1d90c |
| parent | ab46713fa6eb7603e604320b77a4d101d30a0998 |
1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/debug.zig-2| ... | @@ -997,8 +997,6 @@ pub fn openElfDebugInfo( | ... | @@ -997,8 +997,6 @@ pub fn openElfDebugInfo( |
| 997 | null, | 997 | null, |
| 998 | }; | 998 | }; |
| 999 | 999 | ||
| 1000 | efile.close(); | ||
| 1001 | |||
| 1002 | try openDwarfDebugInfo(&di, allocator); | 1000 | try openDwarfDebugInfo(&di, allocator); |
| 1003 | return di; | 1001 | return di; |
| 1004 | } | 1002 | } |