This commit is contained in:
Lin 2024-10-31 14:45:31 +08:00
parent bd2cf17566
commit 64c4f2f7aa
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ constexpr const char COMMENT = '#';
* Return 2 if fail when opening files
*******************************************************************/
int read_pcf(const char* fname, PcfData& pcf_data,
bool reduce_error_to_warning = false) {
bool reduce_error_to_warning) {
vtr::ScopedStartFinishTimer timer("Read " + std::string(fname));
/* Create a file handler */