• Yorick Peterse's avatar
    Remove the with_connection_pool class method · 92c1283b
    Yorick Peterse authored
    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.
    92c1283b
database.rb 7.65 KB