removes debug code

This commit is contained in:
Eyck Jentzsch 2024-08-17 12:48:48 +02:00
parent 6305efa7c2
commit 0996d15bd4
1 changed files with 0 additions and 3 deletions

View File

@ -430,9 +430,6 @@ template <typename ARCH> status riscv_target_adapter<ARCH>::target_xml_query(std
}
oss << " </feature>\n";
oss << "</target>\n";
csr_xml = oss.str();
std::ofstream ofs("target.xml");
ofs<<csr_xml;
}
out_buf = csr_xml;
return Ok;