You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Grepping shows it's not longer used anywhere. It's safe to delete altogether. This will also fix 2 warnings:
```
warning: associated function `new` is never used
--> fbcode/eden/scm/lib/revisionstore/src/lfs.rs:1993:12
|
1992 | impl LfsFallbackRemoteStore {
| --------------------------- associated function in this implementation
1993 | pub fn new(wrapped_store: Arc<dyn RemoteDataStore>) -> Arc<dyn RemoteDataStore> {
| ^^^
warning: associated function `new` is never used
--> fbcode/eden/scm/lib/revisionstore/src/lfs.rs:1993:12
|
1992 | impl LfsFallbackRemoteStore {
| --------------------------- associated function in this implementation
1993 | pub fn new(wrapped_store: Arc<dyn RemoteDataStore>) -> Arc<dyn RemoteDataStore> {
| ^^^
|
= note: `#[warn(dead_code)]` on by default
```
Reviewed By: quark-zju
Differential Revision: D65218832
fbshipit-source-id: 55825e13e9e1d3367f2da58c15e86768462b41e9
0 commit comments