1
0
mirror of synced 2026-05-04 15:17:27 +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 Emil J. Tywoniak
parent 1a63dd56bd
commit aedc237c7a

View File

@@ -5710,7 +5710,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, ',');