3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 21:27:00 +00:00

rtlil: remove comment

Co-authored-by: KrystalDelusion <93062060+KrystalDelusion@users.noreply.github.com>
This commit is contained in:
Emil J 2025-07-19 22:21:17 +02:00 committed by GitHub
parent 8044b558e6
commit 112b22728d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5704,7 +5704,6 @@ bool RTLIL::SigSpec::parse(RTLIL::SigSpec &sig, RTLIL::Module *module, std::stri
{
cover("kernel.rtlil.sigspec.parse");
// AST::current_filename = "input";
std::vector<std::string> tokens;
sigspec_parse_split(tokens, str, ',');