[GitHub] jmeter pull request #372: Remove unused variable assignment.

2018-06-15 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/372


---


[GitHub] jmeter pull request #372: Remove unused variable assignment.

2018-01-30 Thread ham1
GitHub user ham1 opened a pull request:

https://github.com/apache/jmeter/pull/372

Remove unused variable assignment.

I've manually tested a save fragment which works and I can't see any 
obvious side effects in `GuiPackage.getInstance().getCurrentSubTree()`.

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

$ git pull https://github.com/ham1/jmeter remove_unused_line

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

https://github.com/apache/jmeter/pull/372.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 #372


commit c3c4eafc6dae9a0caf19692eaa0d84ee49f63cc4
Author: Graham Russell 
Date:   2018-01-30T11:38:26Z

Remove unused variable assignment.




---