Skip to content

Commit

Permalink
remove unused field of Library struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Oct 22, 2022
1 parent 433bcf9 commit 4dfa744
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ pub struct Library {
pub defines: HashMap<String, Option<String>>,
/// Version specified by .pc file's Version field
pub version: String,
_priv: (),
}

/// Represents all reasons `pkg-config` might not succeed or be run at all.
Expand Down Expand Up @@ -575,7 +574,6 @@ impl Library {
framework_paths: Vec::new(),
defines: HashMap::new(),
version: String::new(),
_priv: (),
}
}

Expand Down

0 comments on commit 4dfa744

Please sign in to comment.