GitHub user ham1 opened a pull request:
https://github.com/apache/jmeter/pull/335
Removed functions.util.* as they don't seem to be used (for many years).
## Description
Remove files which don't seem to be used, they have a TODO comment from
2008 and hasn't been meaningfully changed since 2003.
## How Has This Been Tested?
Ran unit tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ham1/jmeter remove_unused_functions.util
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/335.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 #335
----
commit 38a6e30435d8e56b1a51cb9c7637a90ab843d581
Author: Graham Russell <[email protected]>
Date: 2017-11-21T21:05:04Z
Removed functions.util.* as they don't seem to be used (for many years).
----
---