3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-12 06:00:55 +00:00

const2ast: fix for consistency with previous diagnostics behavior

This commit is contained in:
Emil J. Tywoniak 2025-08-08 16:32:51 +02:00
parent 99ab73424d
commit 642e041f77
2 changed files with 2 additions and 12 deletions

View file

@ -43,7 +43,6 @@ namespace VERILOG_FRONTEND
struct ConstParser {
AST::AstSrcLocType loc;
private:
std::string fmt_maybe_loc(std::string msg);
void log_maybe_loc_error(std::string msg);
void log_maybe_loc_warn(std::string msg);
// divide an arbitrary length decimal number by two and return the rest