Skip to content

Commit

Permalink
Unused
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1756341 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
sebbASF committed Aug 15, 2016
1 parent 2c61a6a commit af3c81f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
import org.apache.jmeter.protocol.http.control.HeaderManager;
import org.apache.jmeter.protocol.http.control.RecordingController;
import org.apache.jmeter.protocol.http.gui.AuthPanel;
import org.apache.jmeter.protocol.http.gui.HeaderPanel;
import org.apache.jmeter.protocol.http.sampler.HTTPSampleResult;
import org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase;
import org.apache.jmeter.protocol.http.sampler.HTTPSamplerFactory;
Expand Down Expand Up @@ -122,8 +121,6 @@ public class ProxyControl extends GenericController {

private static final String LOGIC_CONTROLLER_GUI = LogicControllerGui.class.getName();

private static final String HEADER_PANEL = HeaderPanel.class.getName();

private static final String AUTH_PANEL = AuthPanel.class.getName();

private static final String AUTH_MANAGER = AuthManager.class.getName();
Expand Down

0 comments on commit af3c81f

Please sign in to comment.