summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-18 22:56:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-18 22:56:54 +0900
commit00f1180c9628b267bef5884b2e0b9635d7117a1b (patch)
treec610f2bf93d43bf4180d98749ccf00a471290137 /bridges
parent6589e01589ee5092318aafd47102f9e5b55c7a90 (diff)
removed unused const rtl::OUString
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
Diffstat (limited to 'bridges')
-rw-r--r--bridges/test/testcomp.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/bridges/test/testcomp.cxx b/bridges/test/testcomp.cxx
index 914ca82b3c84..26885b295224 100644
--- a/bridges/test/testcomp.cxx
+++ b/bridges/test/testcomp.cxx
@@ -552,8 +552,6 @@ void testOnewayPerformanceOnTwoInterfaces(
void testPerformance( const Reference < XCallMe > &rRemote,
const Reference < XCallMe > &rLocal )
{
- OUString aTestString;
-
sal_Int32 nDoSomething = 1;
sal_Int32 nCalls = 80000;
double dRemote, dLocal,dAfterExecution;