Skip to content

Commit ed8b60d

Browse files
committed
remove the useless added by merging
1 parent fa9f4e2 commit ed8b60d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

main.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ bool parse_input(int argc, char* argv[], input_paras &in_para) {
378378
case 1: in_para.bm = stoi(optarg); break;
379379
case 2: in_para.bm_from_file = true; break;
380380
case 3: in_para.bytecode = optarg; break;
381-
<<< <<< < HEAD
382381
case 4: in_para.map = optarg; break;
383382
case 5: in_para.desc = optarg; break;
384383
case 6: in_para.w_e = stod(optarg); break;

main.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class input_paras {
3232
double p_inst_operand;
3333
double p_inst;
3434
double p_inst_as_nop;
35-
int server_port;
3635
bool disable_prog_eq_cache;
3736
bool enable_prog_uneq_cache;
3837
bool is_win;

0 commit comments

Comments
 (0)