Commit af1b93d 1 parent 47d71fd commit af1b93d Copy full SHA for af1b93d
File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -81,19 +81,6 @@ pub fn clear_caches<Tree: MerkleTreeTrait>(
81
81
Ok ( ( ) )
82
82
}
83
83
84
- // TODO vmx 2023-09-26: The `Tree` generic is not needed, it's only there in order to not breaking
85
- // the public API. Once we break the API, remove that generic.
86
- // Ensure that any persisted layer data generated from porep are discarded.
87
- pub fn clear_layer_data < Tree > ( cache_dir : & Path ) -> Result < ( ) > {
88
- info ! ( "clear_layer_data:start" ) ;
89
-
90
- let result = stacked:: clear_cache_dir ( cache_dir) ;
91
-
92
- info ! ( "clear_layer_data:finish" ) ;
93
-
94
- result
95
- }
96
-
97
84
// TODO vmx 2023-09-26: The `Tree` generic is not needed, it's only there in order to not breaking
98
85
// the public API. Once we break the API, remove that generic.
99
86
// Ensure that any persisted vanilla proofs generated from synthetic porep are discarded.
You can’t perform that action at this time.
0 commit comments