summaryrefslogtreecommitdiff
path: root/src/client.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.rs')
-rw-r--r--src/client.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.rs b/src/client.rs
index d7dca36..658e3ed 100644
--- a/src/client.rs
+++ b/src/client.rs
@@ -14,7 +14,6 @@ use std::path::{Path, PathBuf};
#[derive(Debug, Deserialize, Clone)]
pub struct ClientConfig {
pub server_url: String,
- pub dbname: PathBuf,
pub root: PathBuf,
}