Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information