Delete unused method.

It was broken anyway, as the value should be stored as a boolProp

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1418668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-12-08 13:08:09 +00:00
parent 2a4bb1f03c
commit cba9ab5cc9
1 changed files with 0 additions and 4 deletions

View File

@ -232,10 +232,6 @@ public class TCPSampler extends AbstractSampler implements ThreadListener, Inter
return getPropertyAsString(SERVER);
}
public void setReUseConnection(String reuse) {
this.setProperty(RE_USE_CONNECTION, reuse);
}
public boolean isReUseConnection() {
return getPropertyAsBoolean(RE_USE_CONNECTION, RE_USE_CONNECTION_DEFAULT);
}