Blob Blame History Raw
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> {