[ https://issues.apache.org/jira/browse/GEODE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959267#comment-15959267 ]
ASF GitHub Bot commented on GEODE-2723: --------------------------------------- GitHub user davinash opened a pull request: https://github.com/apache/geode/pull/440 GEODE-2723: Removed localCacheEnabled field, and associated dead code. - Removed localCacheEnabled field, and associated dead code. - Ran pre-checkin, no failures. You can merge this pull request into a Git repository by running: $ git pull https://github.com/davinash/geode feature/GEODE-2723 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/440.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #440 ---- ---- > remove "localCacheEnabled" dead code from PartitionedRegion > ----------------------------------------------------------- > > Key: GEODE-2723 > URL: https://issues.apache.org/jira/browse/GEODE-2723 > Project: Geode > Issue Type: Improvement > Components: regions > Reporter: Darrel Schneider > > The PartionedRegion class has a final field named "localCacheEnabled". It is > always false and never set to true. We have 5 methods that test for it being > true and do a bunch of stuff. This dead code should be removed. -- This message was sent by Atlassian JIRA (v6.3.15#6346)