GitHub user huonw opened a pull request:

    https://github.com/apache/spark/pull/23112

    [GraphX] Remove unused variables left over by previous refactoring.

    
    ## What changes were proposed in this pull request?
    
    Some variables were previously used for indexing the routing table's backing
    array, but that indexing now happens elsewhere, and so the variables aren't 
needed.
    
    ## How was this patch tested?
    
    Unit tests.
    
    (This contribution is my original work and I license the work to Spark 
under its open source license.)

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

    $ git pull https://github.com/huonw/spark remove-unused-variables

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

    https://github.com/apache/spark/pull/23112.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 #23112
    
----
commit 2deac2af1c8079a88c6035f615af53291a79512a
Author: Huon Wilson <huon.wilson@...>
Date:   2018-11-21T23:41:21Z

    [GraphX] Remove unused variables left over by previous refactoring.
    
    These were previously used for indexing the routing table's backing
    array, but that indexing now happens elsewhere.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to