summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2014-01-16 17:44:39 +0200
committerVaadin Code Review <review@vaadin.com>2014-01-17 11:33:54 +0000
commit8e2085c3465bd50510a81c3071c9589893a019a8 (patch)
tree0b12a1bdfa61f870877e1bd8ca1d44982bd1ded9 /uitest
parentdd0479cdefa52091a33ff63f45fc32ae76c4b4f8 (diff)
downloadvaadin-framework-8e2085c3465bd50510a81c3071c9589893a019a8.tar.gz
vaadin-framework-8e2085c3465bd50510a81c3071c9589893a019a8.zip
Remove dead code
Change-Id: I1ac813afa47e38fb508e676d25d103a29bfada6a
Diffstat (limited to 'uitest')
-rw-r--r--uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java b/uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java
index a8d639cbc8..20e187c187 100644
--- a/uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java
+++ b/uitest/src/com/vaadin/launcher/DevelopmentServerLauncher.java
@@ -217,7 +217,6 @@ public class DevelopmentServerLauncher {
Socket accept = serverSocket.accept();
// First stop listening to the port
serverSocket.close();
- final Thread stopThread = Thread.currentThread();
// Start a thread that kills the JVM if
// server.stop() doesn't have any effect