mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-18 14:00:39 +00:00
refactor: remove unused symbols (#5193)
chore: remove unused symbols Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -97,10 +97,6 @@ impl Session {
|
||||
&self.conn_info
|
||||
}
|
||||
|
||||
pub fn mut_conn_info(&mut self) -> &mut ConnInfo {
|
||||
&mut self.conn_info
|
||||
}
|
||||
|
||||
pub fn timezone(&self) -> Timezone {
|
||||
self.mutable_inner.read().unwrap().timezone.clone()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user