mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-01 21:18:55 +00:00
Removed rewrite leftovers from log
This commit is contained in:
parent
e74db6deac
commit
97e2600e5c
2 changed files with 0 additions and 19 deletions
|
|
@ -388,12 +388,6 @@ void log_formatted_file_error(std::string_view filename, int lineno, std::string
|
|||
log_error_with_prefix(prefix, str);
|
||||
}
|
||||
|
||||
void logv_file_error(const string &filename, int lineno,
|
||||
const char *format, va_list ap)
|
||||
{
|
||||
log_formatted_file_error(filename, lineno, vstringf(format, ap));
|
||||
}
|
||||
|
||||
void log_experimental(const std::string &str)
|
||||
{
|
||||
if (log_experimentals_ignored.count(str) == 0 && log_experimentals.count(str) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue