Commit 4938abb
authored
refactor little-used helper interface (#27894)
There's no production code that expect this specific interface and I tried to
remove it because I missed it was only used in a single test. Generally it's a
good idea to define such interfaces close to their point of use, but in this
case it's not even worth defining an interface for. The "generic memdb" branch I
worked on a while back has a `Count` method we'll be able to use for this kind
of thing down the road, but for now let's remove this otherwise dead code.1 parent 7dcbdf0 commit 4938abb
2 files changed
Lines changed: 4 additions & 25 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
204 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
0 commit comments