sys/vfs/hammer: Remove obsolete macro HAMMER_LOCALIZE_PSEUDOFS_INC
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 27 Aug 2015 15:17:00 +0000 (00:17 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 4 Sep 2015 16:15:20 +0000 (01:15 +0900)
commit3a4b67050c9f963a964b336fc1eba94993842717
treeb519f87c778491b243f3cead66417f1d4aa85191
parent9a98b2c45bd4a63c534ca8fe9183c32ce65e0dfb
sys/vfs/hammer: Remove obsolete macro HAMMER_LOCALIZE_PSEUDOFS_INC

This macro is no longer used and not necessary.

There used to be a code where hammer iterates PFS id
from min to max and HAMMER_LOCALIZE_PSEUDOFS_INC was
used to += the counter, but there is no such code now.
sys/vfs/hammer/hammer_btree.h