diff options
author | SimplyTheOther <simplytheother@gmail.com> | 2021-01-11 16:33:01 +0800 |
---|---|---|
committer | SimplyTheOther <simplytheother@gmail.com> | 2021-01-11 16:33:01 +0800 |
commit | bc94b7de4614100b63e17a50692a23feab1c139f (patch) | |
tree | 697d3614ebc838d15875eb6602bd349ca885403c /gcc/rust/util/rust-hir-map.cc | |
parent | aa487ef2717e0f319f2f8d3496d0003939ec2b09 (diff) | |
parent | 9a3ad294e0af5ed45b53c340382a7806fb150bdf (diff) | |
download | gcc-bc94b7de4614100b63e17a50692a23feab1c139f.zip gcc-bc94b7de4614100b63e17a50692a23feab1c139f.tar.gz gcc-bc94b7de4614100b63e17a50692a23feab1c139f.tar.bz2 |
Merge branch 'master' of https://github.com/redbrain/gccrs
Diffstat (limited to 'gcc/rust/util/rust-hir-map.cc')
-rw-r--r-- | gcc/rust/util/rust-hir-map.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rust/util/rust-hir-map.cc b/gcc/rust/util/rust-hir-map.cc index 238689c..0fea501 100644 --- a/gcc/rust/util/rust-hir-map.cc +++ b/gcc/rust/util/rust-hir-map.cc @@ -331,8 +331,6 @@ Mappings::insert_hir_param (CrateNum crateNum, HirId id, { rust_assert (lookup_hir_stmt (crateNum, id) == nullptr); - printf ("inserting param with node id %u hir id: %u\n", - param->get_mappings ()->get_nodeid (), id); hirParamMappings[crateNum][id] = param; nodeIdToHirMappings[crateNum][param->get_mappings ()->get_nodeid ()] = id; } |