diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-05 10:53:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-12-05 11:15:56 +0200 |
commit | db203e59d6b54112cbf42923d4f02940b15e3c9f (patch) | |
tree | de4dac4b58cbf877fbcf47dbb38a27ac0f4fab4f /testtools | |
parent | 4ae96069bbdc243c40e98872fe5090f6bf4880f1 (diff) |
java: remove some unused fields
Change-Id: I1b6fb6b47439c448ac31983702772e2115c70d56
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/com/sun/star/comp/bridge/TestComponent.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java index bee487bc4ef2..bf1524dd18ca 100644 --- a/testtools/com/sun/star/comp/bridge/TestComponent.java +++ b/testtools/com/sun/star/comp/bridge/TestComponent.java @@ -67,12 +67,7 @@ public class TestComponent { static public class _PerformancTestObject implements XPerformanceTest, XServiceInfo, XTypeProvider { static private final String __serviceName = "com.sun.star.comp.benchmark.JavaTestObject"; - private boolean _bool; - private char _char; - private byte _byte; - private short _short; private int _long; - private int _ulong; private long _hyper; private float _float; private double _double; |