mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
@@ -546,11 +546,8 @@ libertyIncludeBegin(const char *filename)
|
||||
liberty_filename = filename;
|
||||
liberty_line = 1;
|
||||
}
|
||||
else {
|
||||
string file(filename);
|
||||
stringDelete(filename);
|
||||
libertyParseError("cannot open include file %s.", file.c_str());
|
||||
}
|
||||
else
|
||||
libertyParseError("cannot open include file %s.", filename);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user