Skip to content
Snippets Groups Projects
Commit f9b8c35f authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Disable Bookkeeper::check for relibc

parent afb62216
Branches relibc
No related tags found
No related merge requests found
Pipeline #641 passed
...@@ -259,6 +259,7 @@ impl Bookkeeper { ...@@ -259,6 +259,7 @@ impl Bookkeeper {
/// ///
/// This is NOOP in release mode. /// This is NOOP in release mode.
fn check(&self) { fn check(&self) {
/*
if cfg!(debug_assertions) { if cfg!(debug_assertions) {
// Logging. // Logging.
bk_log!(self, "Checking..."); bk_log!(self, "Checking...");
...@@ -332,6 +333,7 @@ impl Bookkeeper { ...@@ -332,6 +333,7 @@ impl Bookkeeper {
self.total_bytes self.total_bytes
); );
} }
*/
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment