Skip to content

Commit

Permalink
refactor(api_resources): remove unused 'shared' function from ApiReso…
Browse files Browse the repository at this point in the history
…urces struct
  • Loading branch information
sarub0b0 committed May 15, 2024
1 parent 5dc1ed3 commit 4f4f644
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/features/api_resources/kube/api_resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ impl ApiResources {
pub fn to_vec(&self) -> Vec<ApiResource> {
self.inner.clone()
}

/// SharedApiResourcesを生成
pub fn shared() -> SharedApiResources {
Arc::new(RwLock::new(Default::default()))
}
}

impl Deref for ApiResources {
Expand Down

0 comments on commit 4f4f644

Please sign in to comment.