Skip to content

Commit d81d55b

Browse files
sfkhalidvaughnbetz
authored andcommitted
Removing unnecessary code from read_options.cpp
1 parent 7e2ca97 commit d81d55b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

vpr/src/base/read_options.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,11 +2253,6 @@ void set_conditional_defaults(t_options& args) {
22532253
args.anneal_sched_type.set(AUTO_SCHED, Provenance::INFERRED); // Otherwise use the automatic schedule
22542254
}
22552255

2256-
//Are the blocks locked to locations given by a constraints file?
2257-
if (std::string(args.constraints_file) != "") {
2258-
VTR_ASSERT(!args.constraints_file.value().empty());
2259-
}
2260-
22612256
/*
22622257
* Routing
22632258
*/

0 commit comments

Comments
 (0)