File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 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>(
8181 Ok ( ( ) )
8282}
8383
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-
9784// TODO vmx 2023-09-26: The `Tree` generic is not needed, it's only there in order to not breaking
9885// the public API. Once we break the API, remove that generic.
9986// Ensure that any persisted vanilla proofs generated from synthetic porep are discarded.
You can’t perform that action at this time.
0 commit comments