Skip to content

Commit 613b9e3

Browse files
committed
clearnup unsed
1 parent 4feac23 commit 613b9e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpdk-sys/build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,15 +477,13 @@ impl State {
477477
let compiler = builder.get_compiler();
478478
let cc_name = compiler.path().to_str().unwrap().to_string();
479479

480-
let dpdk_include_path = self.include_path.as_ref().unwrap();
481480
let dpdk_config_path = self
482481
.dpdk_config
483482
.as_ref()
484483
.unwrap()
485484
.to_str()
486485
.unwrap()
487486
.to_string();
488-
let dpdk_include = dpdk_include_path.to_str().unwrap().to_string();
489487
let output_include = self.out_path.to_str().unwrap().to_string();
490488
let out_path = self.out_path.clone();
491489

0 commit comments

Comments
 (0)