Skip to content

Commit 9e6b9a1

Browse files
committedJan 29, 2016
Firefox: Deleting unused method
1 parent d7fc91b commit 9e6b9a1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed
 

‎java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java‎

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -184,19 +184,6 @@ protected String extractAndCheck(File profileDir, String noFocusSoName,
184184
return builtPath.toString();
185185
}
186186

187-
public void createProfile(String profileName) throws IOException {
188-
CommandLine command = new CommandLine(
189-
executable.getPath(), "--verbose", "-CreateProfile", profileName);
190-
command.setEnvironmentVariable("MOZ_NO_REMOTE", "1");
191-
192-
if (stream == null) {
193-
stream = executable.getDefaultOutputStream();
194-
}
195-
command.copyOutputTo(stream);
196-
197-
command.execute();
198-
}
199-
200187
/**
201188
* Waits for the process to execute, returning the command output taken from the profile's
202189
* execution.

0 commit comments

Comments
 (0)
Please sign in to comment.