Skip to content

Commit

Permalink
Deleting deprecated unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Dec 2, 2017
1 parent f189522 commit f82af54
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 258 deletions.
2 changes: 0 additions & 2 deletions java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ java_library(name = 'core',
'internal/ElementScrollBehavior.java',
'internal/HasIdentity.java',
'internal/Locatable.java',
'internal/Lock.java',
'internal/SocketLock.java',
'internal/WrapsDriver.java',
'internal/WrapsElement.java',
] + glob([
Expand Down
28 changes: 0 additions & 28 deletions java/client/src/org/openqa/selenium/internal/Lock.java

This file was deleted.

146 changes: 0 additions & 146 deletions java/client/src/org/openqa/selenium/internal/SocketLock.java

This file was deleted.

2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/firefox/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ java_test(name = 'marionette',
)

java_library(name = 'tests',
srcs = glob(['*Test.java', 'internal/*.java']) + [
srcs = glob(['*Test.java']) + [
'FirefoxSpecificTests.java',
],
deps = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.openqa.selenium.firefox.internal.SocketLockTest;

@RunWith(Suite.class)
@Suite.SuiteClasses({
Expand All @@ -28,7 +27,6 @@
FirefoxProfileTest.class,
MarionetteTest.class,
PreferencesTest.class,
SocketLockTest.class,
})

public class FirefoxSpecificTests {
Expand Down

This file was deleted.

0 comments on commit f82af54

Please sign in to comment.