Skip to content

Commit e208b2e

Browse files
committed
remove unused field of Library struct
1 parent b4ea7a2 commit e208b2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ pub struct Library {
111111
pub defines: HashMap<String, Option<String>>,
112112
/// Version specified by .pc file's Version field
113113
pub version: String,
114-
_priv: (),
115114
}
116115

117116
/// Represents all reasons `pkg-config` might not succeed or be run at all.
@@ -575,7 +574,6 @@ impl Library {
575574
framework_paths: Vec::new(),
576575
defines: HashMap::new(),
577576
version: String::new(),
578-
_priv: (),
579577
}
580578
}
581579

0 commit comments

Comments
 (0)