Remove the with_connection_pool class method
This method was defined on Gitlab::Database and forwarded the call to an instance of Gitlab::Database::Connection. Upon closer inspection it turned out this method isn't used anywhere, nor is it documented. As such we remove it in this commit, as there's no point in keeping it around.
Showing
Please register or sign in to comment