Commit ffe02e4
committed
Remove useless cmdlinet::clear() call
In cmdlinet this clears vectors that are about to die anyway, and because
it is called in a destructor it cannot dispatch to a child class. By
removing this call we can disabuse any extending child of the false
expectation that their derived clear() method will in fact be called.1 parent ae34e9b commit ffe02e4
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
0 commit comments