rdbms: Remove obsolete comment in LoadBalancerSingle
authorLucas Werkmeister <lucas.werkmeister@wikimedia.de>
Thu, 26 Sep 2019 15:49:48 +0000 (17:49 +0200)
committerKrinkle <krinklemail@gmail.com>
Fri, 27 Sep 2019 16:50:25 +0000 (16:50 +0000)
This comment was added in commit 0b583944e4, but
later rendered obsolete by commit 143333b172.

Change-Id: I1a64ab75a9883a88d5767722e27724520f8a0dcc

includes/libs/rdbms/loadbalancer/LoadBalancerSingle.php

index 4c68833..a3e57ae 100644 (file)
@@ -27,11 +27,6 @@ use InvalidArgumentException;
 
 /**
  * Trivial LoadBalancer that always returns an injected connection handle.
- *
- * Note that, while this LoadBalancer does not open any connections itself,
- * it still closes the injected connection at times, including during destruction.
- * It is therefore unsuitable for use in tests unless you have a Database instance
- * separate from the main test database (which is expected to stay open).
  */
 class LoadBalancerSingle extends LoadBalancer {
        /** @var IDatabase */