summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-04 16:12:55 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:49 +0200
commitf124688cfdfbe96ff2be5ab44ea5023725548146 (patch)
tree4874bf2b2504979b9733f200e05b68034c7eaefe /stoc
parent36a74fe54a0cd99372ea646af31ce41ac5ec5b08 (diff)
java: remove various unused variables
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
Diffstat (limited to 'stoc')
-rw-r--r--stoc/test/javavm/testapplet/TestApplet.java1
-rw-r--r--stoc/test/javavm/testcomponent/TestComponent.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/stoc/test/javavm/testapplet/TestApplet.java b/stoc/test/javavm/testapplet/TestApplet.java
index ab01541fa8a2..d5484e372c7f 100644
--- a/stoc/test/javavm/testapplet/TestApplet.java
+++ b/stoc/test/javavm/testapplet/TestApplet.java
@@ -40,7 +40,6 @@ public class TestApplet extends java.applet.Applet {
// Security tests.
File f= new File("d:\\temp\\javasecurity.txt");
- SecurityManager mgr= System.getSecurityManager();
try {
f.createNewFile();
diff --git a/stoc/test/javavm/testcomponent/TestComponent.java b/stoc/test/javavm/testcomponent/TestComponent.java
index 33cb4e25fb37..7406c1751019 100644
--- a/stoc/test/javavm/testcomponent/TestComponent.java
+++ b/stoc/test/javavm/testcomponent/TestComponent.java
@@ -64,7 +64,6 @@ public class TestComponent implements XServiceInfo, XTypeProvider
public String getImplementationName( )
{
String a= "the functions are for debugging";
- int abc= 34;
String prop= System.getProperty("ftp.proxyHost");
prop= System.getProperty("ftp.proxyPort");
prop= System.getProperty("http.proxyHost");