Skip to content

Commit b8e2ae5

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent b9ea78a commit b8e2ae5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

crates/base/src/client/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ impl DracoRuntimeStatusService {
8989
}
9090
}
9191

92-
async fn add_config(&mut self, feat: RuntimeFeature) {
93-
self.features.push(feat);
94-
}
95-
9692
pub async fn update_runtime_status_by_status(
9793
&self,
9894
status: tucana::shared::adapter_runtime_status::Status,

0 commit comments

Comments
 (0)