You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by sarutak <gi...@git.apache.org> on 2017/09/21 16:12:33 UTC

[GitHub] ignite pull request #2722: IGNITE-6472 Removed unusad GridOffHeapProcessor

GitHub user sarutak opened a pull request:

    https://github.com/apache/ignite/pull/2722

    IGNITE-6472 Removed unusad GridOffHeapProcessor

    GridOffHeapProcessor seems to be no longer used.
    Can we remove this?
    Please correct me if I'm wrong.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sarutak/ignite remove-unused-class

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2722.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 #2722
    
----
commit af158c10f3a299f853526deb80ccaae142f84f03
Author: Kousuke Saruta <sa...@oss.nttdata.co.jp>
Date:   2017-09-21T16:03:29Z

    Removed unusad GridOffHeapProcessor.java

----


---