mirror of https://github.com/apache/jmeter.git
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:
parent
2a4bb1f03c
commit
cba9ab5cc9
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue