You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-git2/rust-git2-no-include_depth....

20 lines
622 B

7 years ago
diff --git a/src/config.rs b/src/config.rs
index b01729aebdc3..32e4d50bba55 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -452,10 +452,10 @@ impl<'cfg> ConfigEntry<'cfg> {
unsafe { ConfigLevel::from_raw((*self.raw).level) }
}
- /// Depth of includes where this variable was found
- pub fn include_depth(&self) -> u32 {
- unsafe { (*self.raw).include_depth as u32 }
- }
+ // /// Depth of includes where this variable was found
+ // pub fn include_depth(&self) -> u32 {
+ // unsafe { (*self.raw).include_depth as u32 }
+ // }
}
impl<'cfg> Binding for ConfigEntry<'cfg> {