From e7a474b29ad87c03bdc3253cc62521b8af3a93e0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Aug 2014 11:30:20 +0200 Subject: java: remove unused variables Change-Id: I1b04fbf4d4562ff8e74f6ccdb2fd989d79cc869b --- .../qa/complex/reportdesign/ReportDesignerTest.java | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'reportdesign/qa') diff --git a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java index ba2dd9b6db6b..fc1b7bf0a8e8 100644 --- a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java +++ b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java @@ -132,8 +132,6 @@ public class ReportDesignerTest @Before public void before() { System.out.println("before"); - - int dummy = 0; } @After public void after() @@ -292,14 +290,13 @@ public class ReportDesignerTest String sDBConnection = ""; // (String)param.get( convwatch.PropertyName.DB_CONNECTION_STRING ); System.out.println("DBConnection: " + sDBConnection); DB.init(sDBConnection); - String sDestinationVersion = m_sUPDMinor; - String sDestinationName = ""; - String sDestinationCreatorType = ""; - String sDocumentPoolDir = getOutputPath(_nType); - String sDocumentPoolName = getDocumentPoolName(_nType); - String sSpecial = ""; - - String sFixRefSubDirectory = "ReportDesign_qa_complex_" + getFileFormat(_nType); +// String sDestinationVersion = m_sUPDMinor; +// String sDestinationName = ""; +// String sDestinationCreatorType = ""; +// String sDocumentPoolDir = getOutputPath(_nType); +// String sDocumentPoolName = getDocumentPoolName(_nType); +// String sSpecial = ""; +// String sFixRefSubDirectory = "ReportDesign_qa_complex_" + getFileFormat(_nType); // DB.insertinto_documentcompare(sFixRefSubDirectory, "", "fixref", // sDestinationVersion, sDestinationName, sDestinationCreatorType, // sDocumentPoolDir, sDocumentPoolName, m_sMailAddress, -- cgit