FoundationDB fixes

This commit is contained in:
mdecimus
2024-05-10 08:04:34 +02:00
parent 1e908f7737
commit cf6765b70d
3 changed files with 4 additions and 8 deletions

View File

@@ -202,10 +202,6 @@ impl<T, E: Display> UnwrapResult<T> for Result<T, E> {
}
}
trait TableName {
fn table_name(&self) -> &'static str;
}
pub fn read_file(path: &str) -> Vec<u8> {
if path == "-" {
let mut stdin = std::io::stdin().lock();