From: Matt Benjamin Date: Mon, 1 Feb 2016 17:48:30 +0000 (-0500) Subject: cohort_lru: remove #if 0 section X-Git-Tag: v10.1.0~382^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=48c0f5b438664c6330d22d3874a887824f28df5f;p=ceph.git cohort_lru: remove #if 0 section The declaration being skipped was meant as a placeholder for future optimization work, moved to a comment. Signed-off-by: Matt Benjamin --- diff --git a/src/common/cohort_lru.h b/src/common/cohort_lru.h index 0baa3a25fc88..19a5c45ed0f8 100644 --- a/src/common/cohort_lru.h +++ b/src/common/cohort_lru.h @@ -94,9 +94,7 @@ namespace cohort { struct Lane { LK lock; Object::Queue q; -#if 0 - Object::Queue pinned; -#endif + // Object::Queue pinned; /* placeholder for possible expansion */ CACHE_PAD(0); Lane() {} };