Commit a800f68
committed
Remove unnecessary public getFromStack method
The getFromStack() method was made public with @VisibleForTesting but
was never actually used in our tests or implementation. The CallStack.size()
method is the one that's actually needed and used via getCurrentPathStack().size().
This keeps the API surface minimal and only exposes what's necessary.1 parent 0d9a205 commit a800f68
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
682 | 681 | | |
683 | 682 | | |
684 | 683 | | |
685 | | - | |
686 | | - | |
| 684 | + | |
687 | 685 | | |
688 | 686 | | |
689 | 687 | | |
| |||
0 commit comments