DifferenceEngine: Remove broken comment
authorMatmaRex <matma.rex@gmail.com>
Mon, 10 Jun 2013 18:15:34 +0000 (20:15 +0200)
committerMatmaRex <matma.rex@gmail.com>
Mon, 10 Jun 2013 18:15:34 +0000 (20:15 +0200)
Added in r99038 (0b0705f3), seems to only include the beginning of
some sentence.

Change-Id: I5a62b178613b192ebe886637c358f8b1d4198bf9

includes/diff/DifferenceEngine.php

index 4ee066e..c409f09 100644 (file)
@@ -634,7 +634,6 @@ class DifferenceEngine extends ContextSource {
                        return false;
                }
                // Short-circuit
-               // If mOldRev is false, it means that the
                if ( $this->mOldRev === false || ( $this->mOldRev && $this->mNewRev
                        && $this->mOldRev->getID() == $this->mNewRev->getID() ) )
                {