Remove GetVersions
from Connection interface
#1689
Labels
03-connection
good first issue
Good for newcomers
type: code hygiene
Clean up code but without changing functionality or interfaces
Summary
Remove GetVersions from the connection interface.
Problem Definition
This function is unused as an interface. The only calls to this function use the concrete connection type. The connection interface only exists to avoid import cycles (we only use one concrete connection type).
Proposal
Remove
GetVersions
from the connection interface. Leave the function within the ConnectionEnd implementation. Please include a changelog entry. This change doesn't need to be backportedFor Admin Use
The text was updated successfully, but these errors were encountered: