CacheLRU: Simplify >0 assertion and remove verbose inline comment
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 20 Oct 2015 02:17:36 +0000 (03:17 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 20 Oct 2015 02:19:17 +0000 (03:19 +0100)
commit7f01755fdf193828cd7c722a8b044daf5f4466c0
treeb666a2083cde8c8901137ceae95a8462c6ffc0ba
parent577ddabd01f9d16d5ca4fc71829a93d4cc7bb907
CacheLRU: Simplify >0 assertion and remove verbose inline comment

* Consistently refer to above zero as '> 0', not ">= 1" or "not <= 0".

* Remove superfluous comment that say what ping() does.

Change-Id: I25d276faa555e02feb99e656eb9cb7071f8205c0
includes/libs/MapCacheLRU.php
includes/libs/ProcessCacheLRU.php