Remove cache feature

This commit is contained in:
John Gallagher
2016-05-17 12:01:55 -05:00
parent 0ab9421e6a
commit ed72da92ef
5 changed files with 4 additions and 6 deletions

View File

@@ -44,7 +44,6 @@ impl RawStatement {
}
}
#[cfg(feature = "cache")]
pub fn clear_bindings(&self) -> c_int {
unsafe { ffi::sqlite3_clear_bindings(self.0) }
}