Commit c4e3703
committed
Remove unused Cleanup method from AofDirectoryCreator
The Cleanup method was never called anywhere in the codebase. AOF test
files handle cleanup directly using os.RemoveAll in their teardown
functions registered via stageHarness.RegisterTeardownFunc.
Additionally, the stageHarness parameter in the method was unused, and
the method returned error unlike RDBFileCreator.Cleanup() which returns
nothing, creating an inconsistency.
This also removes the now-unused test_case_harness import.1 parent fd70e1f commit c4e3703
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | 123 | | |
129 | 124 | | |
130 | 125 | | |
| |||
0 commit comments