removes debug code
This commit is contained in:
parent
6305efa7c2
commit
0996d15bd4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue