We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c1335 commit 2306fb1Copy full SHA for 2306fb1
src/rt/rust_crate_reader.cpp
@@ -570,7 +570,6 @@ rust_crate_reader::die_reader::~die_reader() {
570
rust_crate_reader::rust_crate_reader(rust_dom *dom,
571
rust_crate const *crate)
572
: dom(dom),
573
- crate(crate),
574
abbrev_mem(crate->get_debug_abbrev(dom)),
575
abbrevs(abbrev_mem),
576
die_mem(crate->get_debug_info(dom)),
src/rt/rust_internal.h
@@ -392,7 +392,6 @@ rust_crate_reader
392
393
rust_dom *dom;
394
size_t idx;
395
- rust_crate const *crate;
396
397
rust_crate::mem_area abbrev_mem;
398
abbrev_reader abbrevs;
0 commit comments