Skip to content

Commit 028f8a5

Browse files
committed
Missed a removal in read_options.h.
1 parent f762360 commit 028f8a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vpr/src/base/read_options.h

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ struct t_options {
120120
argparse::ArgValue<int> pack_feasible_block_array_size;
121121
argparse::ArgValue<std::vector<std::string>> pack_high_fanout_threshold;
122122
argparse::ArgValue<int> pack_verbosity;
123-
argparse::ArgValue<std::string> pack_move_type;
124123
/* Placement options */
125124
argparse::ArgValue<int> Seed;
126125
argparse::ArgValue<bool> ShowPlaceTiming;

0 commit comments

Comments
 (0)