Commit 0b5325e
authored
fix: remove clear_layer_data call (#95)
The `clear_layer_data` call was accidentally introduced with the Synthetic
PoRep. The call does under the hood exactly what `clear_cache` is doing.
It was already removed from the FFI via [PR 436], so that we can remove
it here as well. This reduces the API surface, which is generally a good
idea.
[PR 436]: filecoin-project/filecoin-ffi#436
BREAKING CHANGE: `clear_layer_data` was removed, use `clear_cache` instead.1 parent bdc9a59 commit 0b5325e
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | 423 | | |
436 | 424 | | |
437 | 425 | | |
| |||
0 commit comments